label | order |
---|---|
Books |
99994 |
All routes related to books
==- [!badge text="GET"] Get all books
Parameters in the path
Name | Type | Description | Required |
---|---|---|---|
librarieName | string | The librarie name | true |
Status | Description |
---|---|
200: OK | All the books |
404: Not Found | The librarie was not found |
==- [!badge text="GET"] Get a book slug
Parameters in the path
Name | Type | Description | Required |
---|---|---|---|
bookId | int | The book id | true |
Status | Description |
---|---|
200: OK | The book slug |
404: Not Found | The book was not found |
==- [!badge text="GET"] Get a book page
Parameters in the path
Name | Type | Description | Required |
---|---|---|---|
bookId | int | The book id | true |
page | int | The page number | true |
Status | Description |
---|---|
200: OK | The book page |
404: Not Found | The book was not found |
==- [!badge text="GET"] Get a book data
Parameters in the path
Name | Type | Description | Required |
---|---|---|---|
bookId | int | The book id | true |
Status | Description |
---|---|
200: OK | The book data |
404: Not Found | The book was not found |
===