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
https://docs.akash.network/akash-nodes/api-endpoints currently only includes Cosmos SDK APIs and this isn't very helpful for anyone trying to build on or integrate with Akash.
We should enable https://github.com/akash-network/akash-api/blob/main/docs/swagger-ui/swagger.yaml and any other APIs to be viewable in swagger instead and run a hosted instance of the UI (maybe on the colo provider?)
The text was updated successfully, but these errors were encountered:
swagger documentation is off by default. it can be enabled on each node by either in app.toml
app.toml
[api] enable = true swagger = true
or with environment variables: AKASH_API_ENABLE=true AKASH_API_SWAGGER=true.
AKASH_API_ENABLE=true
AKASH_API_SWAGGER=true
API by default is available on port 1317
1317
Sorry, something went wrong.
troian
No branches or pull requests
https://docs.akash.network/akash-nodes/api-endpoints currently only includes Cosmos SDK APIs and this isn't very helpful for anyone trying to build on or integrate with Akash.
We should enable https://github.com/akash-network/akash-api/blob/main/docs/swagger-ui/swagger.yaml and any other APIs to be viewable in swagger instead and run a hosted instance of the UI (maybe on the colo provider?)
The text was updated successfully, but these errors were encountered: