BenFradet / RiotSharp

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

SEA routing for OCE #715

Closed DarkIntaqt closed 1 month ago

DarkIntaqt commented 2 years ago

If this change will not be made, fetching oce games would be not possible

xXLAOKOONXx commented 2 years ago

Feel free to implement the region yourself. The following locations might help you: Enum: https://github.com/BenFradet/RiotSharp/blob/develop/RiotSharp/Misc/Region.cs#L10 Translation for API: https://github.com/BenFradet/RiotSharp/blob/develop/RiotSharp/Http/RequesterBase.cs#L147 JSON Support: https://github.com/BenFradet/RiotSharp/blob/develop/RiotSharp/Misc/Converters/RegionConverter.cs

Create a fork, implement your changes and create a pull request and the feature might be available for everyone :)