Hi all! There is example 'https://api.chess.com/pub/player/erik/is-online' in chapter 'Player online status' on 'https://www.chess.com/news/view/published-data-api'. Data Format must be: { "online": boolean, //true or false } I call 'https://api.chess.com/pub/player/erik/is-online' and has result: {"code":0, "message":"Data provider not found for key \"/pub/player/erik/is-online\"." } What am I doing wrong ?
Hi all!
There is example 'https://api.chess.com/pub/player/erik/is-online'
in chapter 'Player online status'
on 'https://www.chess.com/news/view/published-data-api'.
Data Format must be:
{
"online": boolean, //true or false
}
I call 'https://api.chess.com/pub/player/erik/is-online'
and has result:
{"code":0,
"message":"Data provider not found for key \"/pub/player/erik/is-online\"."
}
What am I doing wrong ?