Skip to content

Latest commit

 

History

History
109 lines (73 loc) · 1.75 KB

books.md

File metadata and controls

109 lines (73 loc) · 1.75 KB
label order
Books
99994

Books

All routes related to books

Routes

==- [!badge text="GET"] Get all books

Parameters in the path

Parameters


Path

Name Type Description Required
librarieName string The librarie name true

Responses


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

Parameters


Path

Name Type Description Required
bookId int The book id true

Responses


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

Parameters


Path

Name Type Description Required
bookId int The book id true
page int The page number true

Responses


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

Parameters


Path

Name Type Description Required
bookId int The book id true

Responses


Status Description
200: OK The book data
404: Not Found The book was not found

===