Skip to content
Suguru Namura edited this page May 8, 2015 · 1 revision

GET /auth

Returns authentication info.

GET /config

Returns configuration.

GET /user

Returns user information who is logged in.

GET /logout

Clean up authentication.

GET /entity/:kind

Get list of entities.

GET /entity/:kind/:key

Get an entity.

PUT /entity/:kind/:key/:field

Update specific value for the key.

DELETE /entity/:kind

Delete an entity.

Clone this wiki locally