Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 408 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 408 Bytes

xStatus - serving the spaceapi for xHain

This is a simple rust server which uses actix-web and builds on spaceapi-rs.

To retrieve the status query the /spaceapi/14/status endpoint using GET.

To set the state POST json encoded data to /spaceapi/14/status/state for example:

'{"open": false, "message": "closed"}'