Created
March 27, 2020 08:20
-
-
Save skynet86/d0755401cbe61c19f622692fda8bbb57 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
grpcurl \ | |
-proto calculator.proto \ | |
-d '{"first_operand": 2.0, "second_operand": 3.0, "operation": "ADD"}' \ | |
grpc-cloud-run-example-w5pukseneq-an.a.run.app:443 \ | |
Calculator.Calculate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment