In order to feed the Book Detailed Page with dynamic information, we need to query the data from Koha via its REST API.
The API calls should be done on behalf of the logged in user to respect the scope of its permissions.
Acceptance Criteria
- A single book’s information is returned with the correct formatting by the book’s unique identifier.
- Errors are communicated to the students with an easy scape path (i.e., file-a-bug form)
In order to feed the Book Detailed Page with dynamic information, we need to query the data from Koha via its REST API.
The API calls should be done on behalf of the logged in user to respect the scope of its permissions.
Acceptance Criteria