|
|
|
|
|
by q3k
2502 days ago
|
|
> If I want to perform some rough tests of an endpoint during development, all I need to do is compose the json request and fire it off using curl. The response then comes back in a human readable format I can parse straight from the terminal. Boom, simple test conducted in less than 1 minute. I don't even need to think about it. https://github.com/fullstorydev/grpcurl |
|