Bloom RPC
BloomRPC
BloomRPC is a UI client for testing gRPC services.
Prerequisites
# gRPC mock server for testing (optional)
yarn global add bloomrpc-mock
# install `bloomrpc` via `brew` into ~/Applications)
brew cask install --appdir=~/Applications bloomrpcAssume you generated
TLScerts as per mtls and runningAccountgRPC microservice locally, Or started mock gRPC service using bloomrpc-mock
Using BloomRPC Client
Import paths by clicking
Import pathsicon
Import protos by clicking
Import Protosicon and addinge2e/account.bloomrpc.protoSelect
[service].[method]to test, make sure thePortis correct, and clickTLSbutton and add CA Cert.Add
*forssl target hostinput field.Add Root CA cert.

Call the service method

Last updated
Was this helpful?