-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: generate JSON service config based on gRPC service config (#73)
* feat: support gRPC service config * implementation * make it work * make it work * make typescript test work * add test for text to speech * use latest protoc from github * make it work * add unit tests for RetryableCodeMap * more CI tasks * minor packages fixes * install * make it work
- Loading branch information
1 parent
8f6db5e
commit fd114d3
Showing
33 changed files
with
2,255 additions
and
140 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ pbjs-genfiles/ | |
.test-out-keymanager | ||
.test-out-showcase | ||
.client_library | ||
*test-out* |
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.