RiotSharp
RiotSharp copied to clipboard
Added TFT Endpoints : Issue#640
Added the endpoints needed for tft. Endpoints were added for League, Match, and Summoner. Also, added unit tests for the endpoints (minus match endpoints)
Thank you for you first contribution! The code looks good 👍 I have a change request regarding the structure of the code:
Please create new endpoints for the added methods, i.e. add:
-
TftLeagueEndpint
-
TftMatchEndpint
-
TftSummonerEndpint
with the corresponding interfaces, so that the endpoint classes match the API sections in Riot's documentation.
Sounds good. I'll have those changes made pushed tomorrow morning. If you have any other issues I can work on let me know!
Hello, I'm sorry didn't saw this pull request and worked last few theys on my changes. I hope I added something new 👍
Fixed the issues pointed out by @BenFradet in latest commit.
👍 , did you end up creating a separate issue for the tests you had marked as ignored? Yes just created them, Issue #653!
Hello, is this working? Can I put it on vb.net? Here is giving error (tftmatchendpoint)
Is there a timeline for merging and deploying these changes? I just about implemented the whole TFT API until I saw it's already in this PR. This would be very useful for a project I'm working on, thanks!