rogchap / wombat

Cross platform gRPC client
MIT License
1.4k stars 52 forks source link

:sparkles: Support export/import request to/from grpcurl command #51

Closed devkanro closed 3 years ago

devkanro commented 3 years ago

Description

This PR make wombat support export request to grpcurl and import body and metadata from them. Resolve the #50

Limit

Export

TLS cert, Protobuf files will not be included in the exported command. Recommend using the service reflection. Those configurations will export to grpcurl command.

Import

Import will change your selected service, selected method, body, and metadata, but it will not change the workspace. Those configurations will import from grpcurl command.

Screenshot

Snipaste_2021-02-23_16-40-48 Snipaste_2021-02-23_16-44-41

Co-Contributors

Frontend: @iou90 Backend: @devkanro

rogchap commented 3 years ago

Wow. Thank you @devkanro and @iou90 Sorry for taking so long to look at this PR (had to move house recently 😞 )

devkanro commented 3 years ago

Thanks, I will check it later.

devkanro commented 3 years ago

@rogchap All comments have been resolved. Please comment here if you have any other advice.

rogchap commented 3 years ago

Thanks again @devkanro and @iou90 will get this in a release soon.