Library API Reference
Number of APIs: 5
This is an API reference for the Library API used in API 101.
You can see the Glitch code for the API here.
-
book GET {{baseUrl}}/books/:id
-
books GET {{baseUrl}}/books
-
update book PATCH {{baseUrl}}/books/:id
-
delete book DELETE {{baseUrl}}/books/:id
-
add book POST {{baseUrl}}/books