apoch on master
/v2/pvp/seasons: add .ranks. Merge pull request #535 from ar… (compare)
apoch on master
add missing name tag to /v2/rac… Merge pull request #609 from Th… (compare)
/v2/characters/:id/equipment
requires either builds or inventories :D
> api.getItems().then((it) => { console.log(it.length); });
Promise { _40: 0, _65: 0, _55: null, _72: null }
> 50207
> api.getItems().then((it) => { console.log(it.length); });
Promise { _40: 0, _65: 0, _55: null, _72: null }
> 50208
Soldiers are gods
by Beowulf.5678 in API DevelopmentIt didn't hurt him. He's invincible. This kitten made the game The soldiers are in the circle.Look at five people.
Suggestion for daily achievements
by Elfo Bianco.3786 in API DevelopmentHi,
APIv2:/achievements/daily and APIv2:/achievements/daily/tomorrow actually miss lot of informations.
I know that actually you are working hard on API, and that API is not fully back to its power, but for when it will happen I have a suggestion to discuss with you about the two endpoints above.
From in-game menu we have lot of categories in Daily group, but the the mentioned endpoints return only pve, pvp, wvw, fractals, and special; all as Object.
Hoping that you will integrate all the Dailies, I have a question: why these two endpoints don't return any ID!?
All other endpoints that don't require authentication return them, I don't understand why in these cases there aren't string ID like "id":"pvp", "id":"pve","id": "wvw", "id":"fractals", "id":"special" and so on, instead of object called with those names.
Considering that you sometimes add new Daily categories I think that uniform these endpoints to the others would be the best choice.