Library REST API
All the endpoints and explanations. Check the environment variables and Authorization first.
AUTHORIZATIONBasic Auth
Username
Password
books
All endpoints about books resource. Don't need to authorize.
AUTHORIZATIONBasic Auth
This folder is using Basic Auth from collectionLibrary REST API
GetBooks
AUTHORIZATIONBasic Auth
This folder is using Basic Auth from collectionLibrary REST API
GETGet Books
http://localhost:8080/books
HEADERS
Api-Version
GETGet Books By Name
http://localhost:8080/books?name=Cracking the Coding Interview
HEADERS
Api-Version
PARAMS
name
Loading