Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tournament Endpoint #17

Open
3 tasks
ygina opened this issue Apr 25, 2018 · 0 comments
Open
3 tasks

Tournament Endpoint #17

ygina opened this issue Apr 25, 2018 · 0 comments
Labels
api enhancement Unnecessary feature

Comments

@ygina
Copy link
Contributor

ygina commented Apr 25, 2018

TOURNAMENTSCRIMMAGE = {round, subround, red_team, blue_team, status, replay}

  • GET /<league>/tournament
    In: None
    Out: [TOURNAMENT]
    Retrieves a list of tournaments in this league.

  • GET /<league>/tournament/<tournamentid>
    In: None
    Out: TOURNAMENT
    Retrieves a tournament in this league.

  • Get /<league>/tournament/<tournamentid>/bracket
    In: None
    Out: [[TOURNAMENTSCRIMMAGE],...]
    Retrieves the bracket for a tournament in this league. Formatted as a list of rounds, where each round is a list of subrounds. The status of a scrimmage is redacted if the winner is meant to be hidden.

@ygina ygina added the feature Necessary feature label Apr 25, 2018
@joshuagruenstein joshuagruenstein added enhancement Unnecessary feature api and removed feature Necessary feature labels Aug 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api enhancement Unnecessary feature
Projects
None yet
Development

No branches or pull requests

2 participants