Ben Fradet
Ben Fradet
These two ideas seem pretty good to me. Regarding the first, does Riot provide useful values in the headers? iirc, there were pretty useless a while back
Also this might be two different issues as 429 need to be handled anyway
This seems like a good idea given how unstable the API is.
Sure :+1:
That's no problem, looking great from what you're telling me :+1:
There is no auth required to open PRs. I'd suggest you retry as this will greatly simplify the review process.
AFAIK, there aren't really any documentation regarding those values. What would be nice is to document what is still returned when `none` is used (type, version, basic, data, id, name,...
Oops, reopening as #232 only documented `none`.
Additionally, mark the Requester class as internal explicitly.
That's the gist of it, yes. Basically, for each method in [Requester](https://github.com/BenFradet/RiotSharp/blob/develop/RiotSharp/Requester.cs), there should be unit tests. As an example, if we take [GetResult](https://github.com/BenFradet/RiotSharp/blob/develop/RiotSharp/Requester.cs#L50-L65) there should be two tests: -...