|
This enhancement adds a new API route to request a patron image, if it exists. Errors are returned if a patron number doesn't exist or there is no patron image.
Example API request: http://127.0.0.1:8081/api/v1/patrons/49/default_image
Error messages:
- If there is no patron image: Patron image not found.
- If the patron doesn't exist: Patron not found.
|