RoyaleAPI / cr-api

Clash Royale Analytics, Profiles and Insights. We no longer publish a public API. Please use the official API from Supercell.
https://RoyaleAPI.com
167 stars 20 forks source link

Tournaments endpoint not returning type #413

Closed ZeNeLLiE closed 6 years ago

ZeNeLLiE commented 6 years ago

https://api.royaleapi.com/tournaments/search?name=b

type is not returned. ("open", "passwordProtected")

Expected:

[ { "tag": "20CVYRV8", "type": "open", "status": "inPreparation", "creatorTag": "#99Y90URP8", "name": "Andrei Geanta", "maxCapacity": 50, "preparationDuration": 7200, "duration": 3600, "createTime": 1520249970, "startTime": null, "endTime": null, "playerCount": 50, "members": [] }, { "tag": "C9LRLP0", "type": "passwordProtected", "status": "inProgress", "creatorTag": "#989G8QLCG", "name": "ali", "description": "vous pouvez pas rejoindre", "maxCapacity": 100, "preparationDuration": 7200, "duration": 3600, "createTime": 1520251673, "startTime": null, "endTime": null, "playerCount": 29, "members": [] }, ]

Actual:

{ "tag": "29CV0PQG", "name": "bora jogar", "open": true, "maxPlayers": 50, "currentPlayers": 50, "status": "inProgress", "createTime": 1532564781, "prepTime": 7200, "startTime": null, "endTime": null, "duration": 3600, "description": "entra quem quiser", "updatedAt": 1532571124, "members": [] },

jegfish commented 6 years ago

This is expected behaviour. Docs need to be updated. image

ZeNeLLiE commented 6 years ago

Ok then docs need to be updated.

jegfish commented 6 years ago

I created a PR.

fourjr commented 6 years ago

This issue was moved to RoyaleAPI/cr-api-docs#47