Skip to content

Instantly share code, notes, and snippets.

@viggin543
Created April 25, 2020 18:54
Show Gist options
  • Save viggin543/da9fd41a7ff8a6bfd33c19990e950467 to your computer and use it in GitHub Desktop.
Save viggin543/da9fd41a7ff8a6bfd33c19990e950467 to your computer and use it in GitHub Desktop.
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