Updated API (markdown)

master
Hunter Long 2018-09-12 09:33:50 -07:00
parent c663105976
commit fd22c59691
1 changed files with 8 additions and 0 deletions

8
API.md

@ -4,6 +4,14 @@ Statup includes a RESTFUL API so you can view, update, and edit your services wi
## All Services `/api/services`
#### Viewing Service
- Endpoint: `/api/services/{id}`
- Method: `GET`
#### Updating Service POST `/api/services/{id}`
#### Deleting Service DELETE `/api/services/{id}`
## Single Service `/api/services/{id}`
## All Users `/api/users`