examples icon indicating copy to clipboard operation
examples copied to clipboard

issue: stripe webhook

Open iunary opened this issue 2 years ago • 0 comments

Is it possible to bring an example of using a webhook (eg: stripe webhook ) to the examples! as the following code doesn't receive the posting data from stripe

	rpc StripeWebhook(google.api.HttpBody) returns (google.protobuf.Empty) {
		option (google.api.http) = {
			post: "/v1/webhook"
			body:"*"
		};
	};

iunary avatar Apr 11 '22 11:04 iunary