Added API routes

konrad 2018-01-08 13:37:51 +00:00
parent 6a20f10dba
commit 8319ad018a
1 changed files with 17 additions and 1 deletions

18
API.md

@ -19,4 +19,20 @@ Routes marked with 🔒 need authentification.
| `/books/:id` | GET | [More](/API_Books#get-booksid) |
| `/books/:id` | DELETE | [More](/API_Books#delete-booksid-) |
| `/books/:id` | POST | [More](/API_Books#post-booksid-) |
| `/authors` | GET | [More](/API_Books#post-booksid-) |
| `/authors` | GET | [More](/API_Authors) |
| `/authors` | PUT | [More](/API_Authors) |
| `/authors/:id` | GET | [More](/API_Authors) |
| `/authors/:id` | DELETE | [More](/API_Authors) |
| `/authors/:id` | POST | [More](/API_Authors) |
| `/publishers` | GET | [More](API_Publishers) |
| `/publishers` | PUT | [More](API_Publishers) |
| `/publishers/:id` | GET | [More](API_Publishers) |
| `/publishers/:id` | DELETE | [More](API_Publishers) |
| `/publishers/:id` | POST | [More](API_Publishers) |
| `/items` | GET | [More](API_Items) |
| `/items` | PUT | [More](API_Items) |
| `/items/:id` | GET | [More](API_Items) |
| `/items/:id` | DELETE | [More](API_Items) |
| `/items/:id` | POST| [More](API_Items) |
| `/status` | GET | [More](API_Status) |
| `/status/:id` | GET | [More](API_Status) |