Events.java doesn't include a way to call teams from a particular event #3
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
documentation
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ironriders/ScoutingApp#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
com.thebluealliance.api.client.Eventshas a methodgetTeamsthat acceptsan
eventKey. Is that what you are looking for?Yes, thank you.