Updated API (markdown)

master
Hunter Long 2018-09-12 09:29:24 -07:00
parent c4bab32d61
commit c663105976
1 changed files with 7 additions and 2 deletions

9
API.md

@ -2,6 +2,11 @@ Statup includes a RESTFUL API so you can view, update, and edit your services wi
## Main Route `/api`
# `/api/services` Route
## All Services `/api/services`
## Single Service `/api/services/{id}`
## All Users `/api/users`
## Single User `/api/users/{id}`
# `/api/services/{id}` Route