Comment on Team match board endpoint

Ordenar:
Avatar de davidFreelance

Hello,

Using the Team match board endpoint I get this response when both games are finished:

https://api.chess.com/pub/match/865374/6

{"games":[{"url":"https://www.chess.com/daily/game/185572518","time_control":"1/259200","end_time":1517386804,"rated":true,"fen":"r1b1k2r/p1ppqppp/8/2bpP3/8/8/PPP1QPPP/R1B1KB1R w KQkq - 0 10","start_time":1516986187,"time_class":"daily","rules":"chess","white":{"rating":1294,"result":"timeout","@id":"https://api.chess.com/pub/player/mbtodorov","username":"mbtodorov"},"black":{"rating":1443,"result":"win","@id":"https://api.chess.com/pub/player/chechu73","username":"chechu73"},"match":"https://api.chess.com/pub/match/865374"},{"url":"https://www.chess.com/daily/game/185572520","time_control":"1/259200","end_time":1517383806,"rated":true,"fen":"r2qkbnr/pppb1p2/2np4/1B2p1pp/3PP3/2P2N1P/PP3PP1/RNBQ1RK1 b kq d3 0 7","start_time":1516986187,"time_class":"daily","rules":"chess","white":{"rating":1437,"result":"win","@id":"https://api.chess.com/pub/player/chechu73","username":"chechu73"},"black":{"rating":1344,"result":"timeout","@id":"https://api.chess.com/pub/player/mbtodorov","username":"mbtodorov"},"match":"https://api.chess.com/pub/match/865374"}]}


That's fine but when one of the games is still in progress I get this:

https://api.chess.com/pub/match/865374/7

{"games":[{"url":"https://www.chess.com/daily/game/185572524","move_by":1518786274,"time_control":"1/259200","last_activity":1518527074,"rated":true,"turn":"white","fen":"8/8/p3k3/Pp4p1/3pP1P1/2P1K3/2P5/8 w - - 0 33","start_time":1516986187,"time_class":"daily","rules":"chess","white":"https://api.chess.com/pub/player/jergo","black":"https://api.chess.com/pub/player/kramin","match":"https://api.chess.com/pub/match/865374"}]}


So the finished game data is missed until the other game in progress be finished too. Would it be possible to have both games data in order to keep them as updated as possible?

Thanks for your time, guys!

Avatar de davidFreelance

Now both games are always delivered, good work!