Closed timcnicholls closed 5 years ago
When requesting the API version from an odin-control server, the server returns a JSON object with api_version rather than api as the key. For instance:
api_version
api
$ curl -H "Accept:application/json" -s http://localhost:8888/api | python -m json.tool { "api_version": 0.1 }
When requesting the API version from an odin-control server, the server returns a JSON object with
api_version
rather thanapi
as the key. For instance: