Events.java doesn't include a way to call teams from a particular event #3

Closed
opened 2016-02-23 04:26:04 +00:00 by ZoeLawrence · 2 comments
ZoeLawrence commented 2016-02-23 04:26:04 +00:00 (Migrated from github.com)

I expected to be able to call all teams from a particular event, but I couldn't find a way to do that in the methods provided by the client.

Am I missing something, or can you explain how I could add a way to make this call?

I expected to be able to call all teams from a particular event, but I couldn't find a way to do that in the methods provided by the client. Am I missing something, or can you explain how I could add a way to make this call?
johnluetke commented 2016-02-23 17:11:33 +00:00 (Migrated from github.com)

com.thebluealliance.api.client.Events has a method getTeams that accepts
an eventKey. Is that what you are looking for?

`com.thebluealliance.api.client.Events` has a method `getTeams` that accepts an `eventKey`. Is that what you are looking for?
ZoeLawrence commented 2016-02-23 17:42:23 +00:00 (Migrated from github.com)

Yes, thank you.

Yes, thank you.
Commenting is not possible because the repository is archived.
No description provided.