API differences regarding gamedata

Hi,

I’m developing a mobile client (android/ios) with Xamarin.Forms. I was wondering if the API has changed lately, because I’m getting to different formats for the gamedata property. Especially the moves in there. One version is an array of arrays and the other is string encoded.

Examples
https://online-go.com/api/v1/games/1000 (uses the arrays)
https://online-go.com/api/v1/games/2860933 (uses the string)

Is that how it is supposed to work? Or am I doing something wrong?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.