developer-relations icon indicating copy to clipboard operation
developer-relations copied to clipboard

[DOCS][BUG] List of all DTOs missing doc descriptions

Open MingweiSamuel opened this issue 4 years ago • 4 comments

https://github.com/MingweiSamuel/riotapi-schema/blob/gh-pages/missing.json

account-v1.ActiveShardDto

Name Data Type Description
puuid string
game string
activeShard string

Was there before, went missing on 2021-04-21

tft-match-v1.CompanionDto (#275 closed) (#413)

Name Data Type Description
skin_ID int
content_ID string
species string

tft-summoner-v1.SummonerDto just for getByAccessToken (/me) (#486)

https://developer.riotgames.com/apis#tft-summoner-v1/GET_getByAccessToken

Missing DTO description but is presumably same as all the other properly cased SummonerDTOs.

MingweiSamuel avatar May 20 '21 19:05 MingweiSamuel

deck was not actually missing, was a bug on my end

MingweiSamuel avatar May 20 '21 21:05 MingweiSamuel

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

MingweiSamuel avatar May 30 '21 04:05 MingweiSamuel

match-v5.MatchDto was added at the start of September (https://github.com/MingweiSamuel/riotapi-schema/commit/777b5c0cb1027a8760999634819842a6a21039cd)

MingweiSamuel avatar Nov 08 '21 23:11 MingweiSamuel

match-v5.MatchTimelineDto now exists

MingweiSamuel avatar May 12 '24 05:05 MingweiSamuel