Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 264 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 264 Bytes

consumeAPIs

Please run the following command in service folder to generate the gRPC client and server interfaces from our .proto service definition.

python -m grpc_tools.protoc -I ../protos --python_out=. --grpc_python_out=. ../protos/bookstore.proto