JSON format of REST interface will change!

Heads up for anyone making a wrapper, traything, installer, CLI etc. From v0.11 the JSON data returned by the rest interface will use consistent lowerCamelCase for keys, where it has so far been randomly lowerCamelCase and UpperCamelCase. This also applies to the config that is read and posted over REST.

This is a good thing, but may break your stuff (hence it being a new minor-level release).

See https://github.com/syncthing/syncthing/wiki/REST-Interface and test against current master…

1 Like

Thanks for the headsup. On a side note: Is /rest/report not part of the supported interface, because it’s still not listed in the master?

No, just because I’d forgotten about it. Added now, thanks for noticing.