User Api
Get :
[Link] -> Get All Users
[Link] -> Get User By id
[Link] -> Get User By
Username & Password
[Link] -> Get User by Username
Put :
[Link] -> Update User Password
Del :
[Link] -> Get User by Id
Book Api
Get :
[Link] -> Get All Books
[Link] -> Get Book By id
[Link] -> Get Book by Author Id
[Link] -> Get Book By Genre Id
[Link] -> Get Book By
Publication Year
Put :
[Link] -> Update Book Data By Id
Post :
[Link] -> Add Book
Delete :
[Link] -> Delete Book By Id
Genre
Get :
[Link] -> Get All Genres
[Link] -> Get Genre By Id
Post :
[Link] -> Add Genre
Delete :
[Link] -> Delete Genre By Id
Review
Get :
[Link] -> Get All Review
[Link] -> Get Review by id
[Link] -> Get Review By user id &
Book id
[Link] -> Get Review by book id
Post :
[Link] -> Add Review
Put :
[Link] -> Update Review By Id
Delete :
[Link] -> Delete Review By Id
Author
Get :
[Link] -> Get Authors
[Link] -> Get Author By Username
[Link] -> Get Author By Id
Post :
[Link] -> Add Author