stefangeyer / challonge-java

Java bindings for the Challonge API
MIT License
10 stars 7 forks source link

Add functionality to mark/unmark matches as underway #16

Closed gpluscb closed 4 years ago

gpluscb commented 4 years ago

Recently there was an update to the API so that it now allows marking and unmarking matches as underway via the routes tournaments/{tournament}/matches/{match_id}/mark_as_underway and tournaments/{tournament}/matches/{match_id}/unmark_as_underway respectively. This PR adds that functionality to the project.