Skip to content

Instantly share code, notes, and snippets.

@skynet86
Created March 27, 2020 08:20
Show Gist options
  • Save skynet86/d0755401cbe61c19f622692fda8bbb57 to your computer and use it in GitHub Desktop.
Save skynet86/d0755401cbe61c19f622692fda8bbb57 to your computer and use it in GitHub Desktop.
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