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 the ApiDocumentationEnabled: false parameter is set in settings.json, the API does not respond to calls, even if ApiEnabled: true is also set.
ApiDocumentationEnabled: false
ApiEnabled: true
Latest version 1.4.6.
The text was updated successfully, but these errors were encountered:
Thanks for raising this. Please can you give me an example API call that is failing, and I will look into it?
Sorry, something went wrong.
http://127.0.0.1:12391/addresses/Qefp2EeHDoEPhVids7MVkCWo2v2nGh1EW3
I must mention that I access the core node vai an ssh tunnel: ssh -fNL 12391:localhost:12391 [email protected]
No branches or pull requests
If the
ApiDocumentationEnabled: false
parameter is set in settings.json, the API does not respond to calls, even ifApiEnabled: true
is also set.Latest version 1.4.6.
The text was updated successfully, but these errors were encountered: