Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 463 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 463 Bytes

// TODO: expand once more API endpoints make it in

Example healtcheck call:

$ curl -X GET http://localhost:10902/health \
    --header "X-Auth-Token: <API KEY>" \
    --header "Content-Type: application/json"         

Example announcement call:

$ curl -v -X POST http://localhost:10902/notify/message \
    --header "X-Auth-Token: <API KEY>" \
    --header "Content-Type: application/json" \
    --data '{"message":"Test Announcement"}'