Mingwei Samuel
Mingwei Samuel
Related: #574
Some more info in the more general #603
`deck` was not actually missing, was a bug on my end
I've generated some match-v5 dtos for http://www.mingweisamuel.com/riotapi-schema/tool/ :) https://github.com/MingweiSamuel/riotapi-schema/blob/058d6a56ddd382337e05e667f301dec1b10de2e8/src/data/schemaOverrides.json#L56-L1297
`match-v5.MatchDto` was added at the start of September (https://github.com/MingweiSamuel/riotapi-schema/commit/777b5c0cb1027a8760999634819842a6a21039cd)
Is it just me, or shouldn't the `value` field be monotonically decreasing? ```json [ { "position": 741, "puuid": "dal0ZfZVDuaxLiR4VaDx554rEOofdi_ayxN7c5tpq0ef22clNMz7hN-m-ZnN_hQv9srCGXPxG3oWJQ", "value": 15 }, { "position": 742, "puuid": "7d0aigTZmFsl6MtcBHboDkJX-31xM-rwQfNtH60yFTyMV6gnkafb1KxCV2Tf-R8VG_YENs6mpJ0vJg", "value": 16 },...
[/lol/challenges/v1/player-data/{puuid}](https://developer.riotgames.com/apis#lol-challenges-v1/GET_getPlayerData) ### `lol-challenges-v1.ChallengePoints` Name | Data Type | Description -- | -- | -- level | string | Tier string current | long? | max | long? | percentile |...
If you're worried about spoofing you'll need a validation code (in metadata or as a query parameter) regardless of https; there's nothing stopping someone from sending whatever random stuff they...
`getFeaturedGames` always returns empty list: ```json { "gameList": [], "clientRefreshInterval": 300 } ``` `getCurrentGameInfoBySummoner` always returns 404, even if you pick someone from your friends list who you can see...
Past issues: - #136 - #165 - #248 - #266 - #464