-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cde1e0c
commit c92e0d6
Showing
3 changed files
with
14,004 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"swagger": "2.0", | ||
"info": { | ||
"title": "IBC-GO - gRPC Gateway docs", | ||
"description": "A REST interface for state queries", | ||
"version": "1.0.0" | ||
}, | ||
"apis": [ | ||
{ | ||
"url": "./tmp-swagger-gen/ibc/applications/transfer/v1/query.swagger.json", | ||
"operationIds": { | ||
"rename": { | ||
"Params": "TransferParams" | ||
} | ||
} | ||
}, | ||
{ | ||
"url": "./tmp-swagger-gen/ibc/core/client/v1/query.swagger.json", | ||
"operationIds": { | ||
"rename": { | ||
"Params": "ClientParams" | ||
} | ||
} | ||
}, | ||
{ | ||
"url": "./tmp-swagger-gen/ibc/core/connection/v1/query.swagger.json", | ||
"operationIds": { | ||
"rename": { | ||
"Params": "ConnectionParams" | ||
} | ||
} | ||
}, | ||
{ | ||
"url": "./tmp-swagger-gen/ibc/core/channel/v1/query.swagger.json", | ||
"operationIds": { | ||
"rename": { | ||
"Params": "ChannelParams" | ||
} | ||
} | ||
}, | ||
] | ||
} |
Oops, something went wrong.