Created Api (markdown)

master
jricher 2013-04-25 13:34:35 -07:00
parent 91176ed232
commit 091cf64abe
1 changed files with 25 additions and 0 deletions

25
Api.md Normal file

@ -0,0 +1,25 @@
# Clients
`/api/clients`
## GET /api/clients
*Note:* This method will return different information depending on whether or not the authorized user is an administrator.
## POST /api/clients
## GET /api/clients/{id}
*Note:* This method will return different information depending on whether or not the authorized user is an administrator.
## PUT /api/clients/{id}
## DELETE /api/clients/{id}
# Whitelists
# Blacklists
# System Scopes
# User Site Approvals