You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swagger docs for Cosmos SDK gRPC endpoints can be viewed under the /swagger/ route of the blockchain's REST API (port 1317), and (from what we can tell) are generated on the fly
Swagger docs for ixo modules gRPC endpoints can be found in ixo-blockchain/client/docs/swagger-ui/swagger.yaml, and can be generated using make proto-swagger-gen (if more ixo modules are added, this should be reflected in ixo-blockchain/client/docs/config.json before using this command)
Ideally, Cosmos SDK endpoints and ixo-specific endpoints are documented in a single Swagger file available at a single endpoint. This should be investigated and implemented.
The text was updated successfully, but these errors were encountered:
Currently:
/swagger/
route of the blockchain's REST API (port 1317), and (from what we can tell) are generated on the flyixo-blockchain/client/docs/swagger-ui/swagger.yaml
, and can be generated usingmake proto-swagger-gen
(if more ixo modules are added, this should be reflected inixo-blockchain/client/docs/config.json
before using this command)Ideally, Cosmos SDK endpoints and ixo-specific endpoints are documented in a single Swagger file available at a single endpoint. This should be investigated and implemented.
The text was updated successfully, but these errors were encountered: