Public
Documentation Settings

Library REST API

All the endpoints and explanations. Check the environment variables and Authorization first.

AUTHORIZATIONBasic Auth
Username

admin

Password

testpass

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

v1.0

GETGet Books By Name

http://localhost:8080/books?name=Cracking the Coding Interview
HEADERS
Api-Version

v1.0

PARAMS
name

Cracking the Coding Interview

Loading