wearefair / gurl

A tool for cURLing gRPC services.
MIT License
15 stars 4 forks source link

Extract JSON to PB Into Client #24

Closed catherinetcai closed 5 years ago

catherinetcai commented 5 years ago

Most of this is lifting a lot of the json to protobuf construction (along with the client) into subpackages that can be re-used. This is in anticipation of gurl proxy work to come.