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
If a specific GitPOAP Event is not found when querying for it, for example,
https://public-api.gitpoap.io/v1/gitpoaps/1024/addresses
the result returned is:
{ "message": "GitPOAP not found" }
When scanning for all GitPOAPs held by an invalid address, for example,
https://public-api.gitpoap.io/v1/address/superphiz.eat/gitpoaps
{ "msg": "undefined is not a valid address" }
I think two similar errors should be in the same format, with msg or message.
msg
message
The text was updated successfully, but these errors were encountered:
@RockerFlower I agree! They probably ended up passing 'msg' instead of 'message', or vice versa, by mistake.
Sorry, something went wrong.
No branches or pull requests
If a specific GitPOAP Event is not found when querying for it, for example,
the result returned is:
When scanning for all GitPOAPs held by an invalid address, for example,
the result returned is:
I think two similar errors should be in the same format, with
msg
ormessage
.The text was updated successfully, but these errors were encountered: