-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate OpenAPI documentation (#353)
**What changed?** We now generate openapi [v2 (swagger)](https://swagger.io/specification/v2/) and [v3](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md) specs as a part of proto compilation. **Why?** So that our customers can understand how to use our HTTP API
- Loading branch information
1 parent
514f98d
commit 7f5d921
Showing
5 changed files
with
25 additions
and
25 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
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
Submodule api
updated
6 files
+2 −0 | .github/workflows/ci.yml | |
+32 −8 | Makefile | |
+2 −0 | README.md | |
+8,090 −0 | openapi/openapiv2.json | |
+6,208 −0 | openapi/openapiv3.yaml | |
+2 −0 | openapi/payload_description.txt |