We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Based on the API docs as December 26, 2024, a response of 404 should be returned if a book is not found by id (such as the ASIN). https://audnex.us/#tag/Books/operation/getBookById
Currently, error code 500 is returned instead of a 400 or 404. Is this an error in the code or a documentation issue?
For example, sending a query to https://api.audnex.us/books/B0DRFZR5RL results in
https://api.audnex.us/books/B0DRFZR5RL
data: { statusCode: 500, error: 'Internal Server Error', message: "Item not available in region 'us' for ASIN: B0DRFZR5RL" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Based on the API docs as December 26, 2024, a response of 404 should be returned if a book is not found by id (such as the ASIN).
https://audnex.us/#tag/Books/operation/getBookById
Currently, error code 500 is returned instead of a 400 or 404. Is this an error in the code or a documentation issue?
For example, sending a query to
https://api.audnex.us/books/B0DRFZR5RL
results inThe text was updated successfully, but these errors were encountered: