Base url: library.hamzarafi.com
-
GET /books -
POST /books- Request Body eg:
{ "title": "example title", "author": "example author" } -
PUT /books- Request body eg:
{ "id": "id", "title": "new title", "author": "new author" } -
GET /books/{id} -
DELETE /books/{id}