Skip to content

xHain-hackspace/xstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}'