stefangeyer / challonge-java

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

How do i use a already active/made tournament!? #18

Open SaHHiiLL opened 2 years ago

SaHHiiLL commented 2 years ago

I already have a tournament ready, and I want to display some information or do whatevere in my application. How can I achive this?

stefangeyer commented 2 years ago

This library ist a wrapper of the Challonge REST API, meaning that it only makes each endpoint accessible through Java. I would recommend checking out the Challonge API docs for a full reference of available functions. All the endpoints are accessible via the Challonge class.