-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: add REST API bindings for TS and Golang (#1907)"
This reverts commit 97b9b80.
- Loading branch information
Showing
32 changed files
with
1,294 additions
and
6,198 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 |
---|---|---|
|
@@ -273,18 +273,16 @@ yarn global add ts-protoc-gen | |
yarn global add grpc-tools | ||
``` | ||
|
||
#### OpenAPI generators for Go and Typescript | ||
#### OpenAPI generators for Go | ||
|
||
On MacOS: | ||
```bash | ||
go install github.com/deepmap/oapi-codegen/cmd/[email protected] | ||
yarn global add [email protected] | ||
go install github.com/deepmap/oapi-codegen/cmd/[email protected] | ||
``` | ||
|
||
On Ubuntu: | ||
```bash | ||
go install github.com/deepmap/oapi-codegen/cmd/[email protected] | ||
yarn global add [email protected] | ||
go install github.com/deepmap/oapi-codegen/cmd/[email protected] | ||
``` | ||
|
||
Build Instructions | ||
|
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
Oops, something went wrong.