gRPC¶
BloomRPC¶
Postman for grpc
Import Paths¶
If your protos depend on each other, then you'll have to add the path to let it know where to look for the files.
e.g.
project_root
common
common.proto
myapp
myapp.proto
Then you'll have to add the absolute path of project_root
to "import paths"
https://github.com/bloomrpc/bloomrpc/issues/102#issuecomment-515361276
Usage¶
- Add your paths with "Import Paths" if needed
- Import your proto files
- Click on the specific proto you want to test
- Edit your request in the editor
- Press the play button to get a response