-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
Retrieve Arango DB version #411
Comments
msamoila
changed the title
Ability to add custom headers to HTTP request sent to Arango DB REST API
Return HTTP Status Code in ApiErrorException if the HTTP response body is not a ApiErrorResponse JSON
Aug 26, 2022
No time to fix. |
msamoila
changed the title
Return HTTP Status Code in ApiErrorException if the HTTP response body is not a ApiErrorResponse JSON
Retrieve Arango DB version
Aug 29, 2022
Retrieve Arango DB version |
Closing as already implemented. See #417 (comment) |
@msamoila I would recommend to open new issues instead of repurposing closed issues, for clarity. That way if any of them end up having discussions they are self contained with a clear history. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes the HTTP response body which did not succeed does not contain and ApiErrorResponse object serialized as JSON. In that case it would be useful to return the HTTP Status Code.
The text was updated successfully, but these errors were encountered: