v1

latestOpenAPI 3.1.0MITraw.githubusercontent.com2024-06-0581319.8 KB
Books

Get all books

Returns a list of books

get/books

Response

A list of books

Example response

[
  {
    "id": 1,
    "title": "Clean Code",
    "description": "A Handbook of Agile Software Craftsmanship",
    "price": 2999,
    "category": "Programming"
  }
]
All 8 operations