From 091cf64abe0a62409a5464a5d696bc12056b3d4b Mon Sep 17 00:00:00 2001 From: jricher Date: Thu, 25 Apr 2013 13:34:35 -0700 Subject: [PATCH] Created Api (markdown) --- Api.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Api.md diff --git a/Api.md b/Api.md new file mode 100644 index 0000000..c4d1131 --- /dev/null +++ b/Api.md @@ -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 \ No newline at end of file