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.

  1. book GET {{baseUrl}}/books/:id

  2. books GET {{baseUrl}}/books

  3. update book PATCH {{baseUrl}}/books/:id

  4. delete book DELETE {{baseUrl}}/books/:id

  5. add book POST {{baseUrl}}/books