demo (complete)
Number of APIs: 5
-
checkout a book PATCH {{baseUrl}}/books/:id
-
delete the new book DELETE {{baseUrl}}/books/:id
-
add a book to the library POST {{baseUrl}}/books
-
search books GET {{baseUrl}}/books?search=pragmatic
-
get details for a single book GET {{baseUrl}}/books/:id