RiotSharp icon indicating copy to clipboard operation
RiotSharp copied to clipboard

SEA routing for OCE

Open DarkIntaqt opened this issue 2 years ago • 1 comments

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

DarkIntaqt avatar Aug 31 '22 19:08 DarkIntaqt

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 :)

xXLAOKOONXx avatar Aug 31 '22 20:08 xXLAOKOONXx