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
When using /metadata endpoint using POST,PUT or other than GET request throws a weird JSON parse error
/metadata
"statusCode": 400, "error": "Bad Request", "message": "Unexpected token [ in JSON at position 15" }
Should show: This HTTP method is not supported for this endpoint, please use GET (or POST depending on endpoint)
Call https://arka.etherspot.io/metadata?apiKey={apikeyhere}&chainId=80002 using POST request
No response
macOS
1.2.9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using
/metadata
endpoint using POST,PUT or other than GET request throws a weird JSON parse errorExpected behavior
Should show:
This HTTP method is not supported for this endpoint, please use GET (or POST depending on endpoint)
Steps to reproduce
Call https://arka.etherspot.io/metadata?apiKey={apikeyhere}&chainId=80002 using POST request
Additional context
No response
Operating system
macOS
Arka version or commit hash
1.2.9
The text was updated successfully, but these errors were encountered: