-
Notifications
You must be signed in to change notification settings - Fork 610
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from c-osmosis/frostornge/swagger
feat: add static api docs
- Loading branch information
Showing
19 changed files
with
58,395 additions
and
5 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
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
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,18 @@ | ||
{ | ||
"swagger": "2.0", | ||
"info": { | ||
"title": "Osmosis - gRPC Gateway docs", | ||
"description": "A REST interface for state queries, legacy transactions", | ||
"version": "1.0.0" | ||
}, | ||
"apis": [ | ||
{ | ||
"url": "../../tmp-swagger-gen/osmosis/gamm/v1beta1/query.swagger.json", | ||
"operationIds": { | ||
"rename": { | ||
"Params": "GAMMParams" | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.