BenFradet / RiotSharp

C# wrapper for the Riot Games API
http://benfradet.github.io/RiotSharp/
MIT License
301 stars 145 forks source link

Region to platform in the endpoint URL #345

Closed BenFradet closed 7 years ago

BenFradet commented 7 years ago

API ref: https://discussion.developer.riotgames.com/articles/652/riot-games-api-v3.html

Code ref:

every occurrence of region needs to be platform according to this mapping https://developer.riotgames.com/regional-endpoints.html

JanOuborny commented 7 years ago

Addressed in #391. Changing to platform domains must be performed during the migration of each endpoint. Closing.