books
GET {{baseUrl}}/books
Get books
Returns all books in the library database.
Optional filters can be passed as query parameters (see below)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search | string | a search string to be matched against author/title (example: borges). Case insensitive, partial match OK. | |
checkedOut | boolean | true/false | |
genre | string | filter by genre (case-insensitive, exact match) |