# Books

# Books

All routes related to books

# Routes

# http://ip:port/getAllBooks/:librarieName

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
# http://ip:port/bookUrl/:bookId

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
# http://ip:port/bookUrl/:bookId/: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
# http://ip:port/bookData/:bookId

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