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
Investigate why certain requests result in an error or incorrect response.
Request: http://localhost:4000/api/v1/Gen1-2 Response: message: "Bible passage is not found."
Request: http://localhost:4000/api/v1/Gen1-3 Response: Chapters 1 and 3 are missing!
Request: http://localhost:4000/api/v1/Gen1-4 Response: Chapters 1 and 4 are missing!
Please, develop tests to catch this kind of problems.
The text was updated successfully, but these errors were encountered:
The bug that caused requests to fail was fixed in 98ea026. @romaduck Please add unit tests.
Sorry, something went wrong.
romandueck
No branches or pull requests
Investigate why certain requests result in an error or incorrect response.
Request: http://localhost:4000/api/v1/Gen1-2
Response: message: "Bible passage is not found."
Request: http://localhost:4000/api/v1/Gen1-3
Response: Chapters 1 and 3 are missing!
Request: http://localhost:4000/api/v1/Gen1-4
Response: Chapters 1 and 4 are missing!
Please, develop tests to catch this kind of problems.
The text was updated successfully, but these errors were encountered: