aneurysm
3 years agoOccasional Contributor
gRPC testing - basic info
Hi, I'm working on ReadyAPI 3.40.1 and can see that it support gRPC testing. Can anybody explain how to use it? I'll try "Import API definition" from API menu and select simple proto file as below (...
- 3 years ago
Hi aneurysm
I think your .proto file is not complete enough hence the error.
Here is a good example of a .proto file structure
https://gist.github.com/agreatfool/5e3a41052c6dd2f6d04b30901fc0269b
In ReadyAPI, there is a gRPC sample project that you can import from the Dashboard panel. It uses a docker image for the service. It might get you started!