Update page 'API'

konrad 2018-01-08 12:14:48 +00:00
parent 44c88d2f99
commit 6a20f10dba
1 changed files with 7 additions and 7 deletions

14
API.md

@ -13,10 +13,10 @@ Routes marked with 🔒 need authentification.
| Route | Method | More |
| ----- | ------ | ---- |
| `/login` | POST | [More](API_Auth#post-login) |
| `/books` | GET | [More](API_Books#get-books) |
| `/books` | PUT | [More](API_Books#put-books-) |
| `/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-) |
| `/login` | POST | [More](/API_Auth#post-login) |
| `/books` | GET | [More](/API_Books#get-books) |
| `/books` | PUT | [More](/API_Books#put-books-) |
| `/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-) |