RiotSharp icon indicating copy to clipboard operation
RiotSharp copied to clipboard

Can't find RiotSharp.CurrentGameEndpoint.Enums in RiotSharp.dll

Open simonti99 opened this issue 5 years ago • 3 comments

Hello, I need to find Queue Type Enumerator because it could help me to convert queue_id into its own queue type string. I try to resolve RiotSharp.CurrentGameEndpoint.Enums like the documentation suggests, but I don't find anything.

Can anyone help me? Thanks.

simonti99 avatar Oct 19 '20 16:10 simonti99

The documentation is very outdated (last update Nov 2016!). Here are QueueID http://static.developer.riotgames.com/docs/lol/queues.json

AoshiW avatar Oct 19 '20 17:10 AoshiW

Thank you, I'll use it. By the way is there something we can do to update the documentation? I've read other issues about it but nobody answers...

simonti99 avatar Oct 19 '20 17:10 simonti99

yes the whole ci needs to be updated so that it passes, publishes a nuget and publishes the documentation

BenFradet avatar Oct 20 '20 07:10 BenFradet