You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method retrieves basic information for all books together with status information (borrower and current queue) - as described in yLibrary documents schema
Method URL
/rest/queue
Adding user to queue
This method adds a user to a queue of a particular book and returns updated records
Method URL
/rest/queue/:isbn
Example request
> POST /rest/queue/9780470084113 HTTP/1.1
> Content-Type: application/json
{"username": "john"}