-
Get List of Books : http://127.0.0.1:8000/book/api
-
Get single Book by ID : http://127.0.0.1:8000/book/api/:id
-
update book by ID (PUT method) : http://127.0.0.1:8000/book/api/:id/
-
update book by ID (PATCH method) : http://127.0.0.1:8000/book/api/:id/
-
Delete book with ID : http://127.0.0.1:8000/book/api/:id/