jacobhood / Challonge-DotNet

MIT License
2 stars 4 forks source link

Add method overloads to support tournament url or id as param #8

Closed ErwanTLG closed 3 years ago

ErwanTLG commented 3 years ago

6 : Allow calling the API directly with an object's id or url instead of the full object url.

I've only added methods overload that enable you to call the api without the full object url. For other objects, you have to use the full object. If this should stay this way, #6 can be closed or linked to this PR. If I should add method overloads for the other objects, we keep #6 open and I'll edit this PR or make a new one