aj-r / RiotNet

A .NET/C# client for the Riot Games API
MIT License
23 stars 10 forks source link

Changed SummonerId from long? to string in LobbyEvent class. #40

Closed jethrob closed 5 years ago

jethrob commented 5 years ago

As per Riot documentation I've changed SummonerId from long? to string. Updated Tests to reflect this. https://developer.riotgames.com/api-methods/#tournament-stub-v4/GET_getLobbyEventsByCode

aj-r commented 5 years ago

Thanks for your contribution! I'll try to push a new version next week.

jethrob commented 5 years ago

Thanks for your contribution! I'll try to push a new version next week.

Only a pleasure, thanks for the great API.