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
$ curl -L -X GET -H 'Content-Type: application/json' -H "DD-API-KEY: invalid" "https://app.datadoghq.com/api/v1/validate" <html><body><h1>403 Forbidden</h1> Request forbidden by administrative rules. </body></html>
This breaks the library by returning a parsing error invalid character '<' looking for beginning of value instead of false for https://godoc.org/gopkg.in/zorkian/go-datadog-api.v2#Client.Validate.
invalid character '<' looking for beginning of value
false
The text was updated successfully, but these errors were encountered:
Hey, I think we fixed this in #282 and released that fix in version 2.25.0 - could you give that version a go?
Sorry, something went wrong.
Closing as per the above comment. Feel free to reopen if you're still experiencing issues.
No branches or pull requests
This breaks the library by returning a parsing error
invalid character '<' looking for beginning of value
instead offalse
for https://godoc.org/gopkg.in/zorkian/go-datadog-api.v2#Client.Validate.The text was updated successfully, but these errors were encountered: