-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
- Loading branch information
1 parent
9fbf67e
commit 3d04e45
Showing
4 changed files
with
67 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,59 @@ | ||
{ | ||
"swagger": "2.0", | ||
"info": { | ||
"title": "Regen Ledger - REST and gRPC Gateway Documentation", | ||
"description": "Documentation describing REST and gRPC endpoints for state queries and broadcasting transactions.", | ||
"version": "v4.0.0" | ||
"swagger": "2.0", | ||
"info": { | ||
"title": "Regen Ledger - REST and gRPC Gateway Documentation", | ||
"description": "Documentation describing REST and gRPC endpoints for state queries and broadcasting transactions.", | ||
"version": "v5.0.0" | ||
}, | ||
"apis": [ | ||
{ | ||
"url": "./app/client/docs/regen/data/v1/query.swagger.json" | ||
}, | ||
"apis": [ | ||
{ | ||
"url": "./app/client/docs/regen/data/v1/query.swagger.json" | ||
}, | ||
{ | ||
"url": "./app/client/docs/regen/ecocredit/v1/query.swagger.json", | ||
"operationIds": { | ||
"rename": { | ||
"Balance": "Ecocredit/Balance", | ||
"Params": "Ecocredit/Params" | ||
} | ||
} | ||
}, | ||
{ | ||
"url": "./app/client/docs/regen/ecocredit/basket/v1/query.swagger.json" | ||
}, | ||
{ | ||
"url": "./app/client/docs/regen/ecocredit/marketplace/v1/query.swagger.json" | ||
}, | ||
{ | ||
"url": "./app/client/docs/regen/group/v1alpha1/query.swagger.json", | ||
"operationIds": { | ||
"rename": { | ||
"Proposal": "Group/Proposal" | ||
} | ||
} | ||
}, | ||
{ | ||
"url": "./app/client/docs/swagger-sdk.yaml", | ||
"dereference": { | ||
"circular": "ignore" | ||
}, | ||
"tags": { | ||
"rename": { | ||
"Gaia REST": "Tendermint RPC" | ||
} | ||
}, | ||
"operationIds": { | ||
"rename": { | ||
"UpgradedConsensusState": "sdk/UpgradedConsensusState" | ||
} | ||
} | ||
}, | ||
{ | ||
"url": "./app/client/docs/swagger-ibc.yaml", | ||
"dereference": { | ||
"circular": "ignore" | ||
} | ||
{ | ||
"url": "./app/client/docs/regen/ecocredit/v1/query.swagger.json", | ||
"operationIds": { | ||
"rename": { | ||
"Balance": "Ecocredit/Balance", | ||
"Params": "Ecocredit/Params", | ||
"AllBalances": "Ecocredit/AllBalances" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"url": "./app/client/docs/regen/ecocredit/basket/v1/query.swagger.json" | ||
}, | ||
{ | ||
"url": "./app/client/docs/regen/ecocredit/marketplace/v1/query.swagger.json" | ||
}, | ||
{ | ||
"url": "./app/client/docs/regen/intertx/v1/query.swagger.json", | ||
"operationIds": { | ||
"rename": { | ||
"InterchainAccount": "Intertx/InterchainAccount" | ||
} | ||
} | ||
}, | ||
{ | ||
"url": "./app/client/docs/swagger-sdk.yaml", | ||
"dereference": { | ||
"circular": "ignore" | ||
}, | ||
"tags": { | ||
"rename": { | ||
"Gaia REST": "Tendermint RPC" | ||
} | ||
}, | ||
"operationIds": { | ||
"rename": { | ||
"UpgradedConsensusState": "sdk/UpgradedConsensusState" | ||
} | ||
} | ||
}, | ||
{ | ||
"url": "./app/client/docs/swagger-ibc.yaml", | ||
"dereference": { | ||
"circular": "ignore" | ||
} | ||
} | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: v1 | ||
plugins: | ||
- name: swagger | ||
out: ../app/client/docs | ||
opt: logtostderr=true,fqn_for_swagger_name=true,simple_operation_ids=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters