Per-player current games endpoint

Sort:
skelos

Hi,

Missing from the current games endpoint but present in the archives are:

  "tournament": "string", //URL pointing to tournament (if available),  
  "match": "string", //URL pointing to team match (if available)  

Is there any reason not to include these in a player's current games? The information is available on the website (player profile->games->current games to get a list) and wouldn't bulk out the data volume I wouldn't think.

It might depend how hard it is to incorporate, however:

a) It's useful to figure out who is a tournament player, who is a team match player and who is both

b) Sometimes it's useful to know what event a game is being played in, without going via a match or tournament endpoint first.

Regards,

Giles (who was about to enhance a script to check for types of games, but now can't)

 

andreamorandini

Hi @skelos,

                   thank you for the suggestion. I've added to the queue of requests.

skelos

Thanks. Fingers crossed. wink.png

andreamorandini

@skelos I've updated the docs since the data should be available also for current games now.

skelos

I appreciate it. It's late and I am busy, but I'll take a look over the weekend!

skelos

And ... was busy over the weekend, but reminded by the CHANGELOG entry I will return to this.