Created
April 25, 2020 18:54
-
-
Save viggin543/da9fd41a7ff8a6bfd33c19990e950467 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| import "google/api/annotations.proto"; | |
| service Banana { | |
| rpc CreateBanana (CreateBananaRequest) returns (BananaResponse) { | |
| option (google.api.http) = { | |
| post: "/v1/example/echo" | |
| body: "*" | |
| }; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment