Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 492 Bytes

File metadata and controls

23 lines (18 loc) · 492 Bytes

Rest API

Kalliope provides the REST API to manage the synapses. For configuring the API refer to the settings documentation.

Main API views

Get Kalliope's version

Normal response codes: 200 Error response codes: unauthorized(401) Curl command:

curl -i --user admin:secret -X GET  http://localhost:5000/

Output example:

{
  "Kalliope version": "0.4.2"
}