jonaslu / ain

A HTTP API client for the terminal
MIT License
601 stars 13 forks source link

Do you plan to support grpc? #27

Closed yumafuu closed 4 months ago

yumafuu commented 5 months ago

I wanna use https://github.com/fullstorydev/grpcurl via ain!

Is it possible to support? I wanna contribute

jonaslu commented 5 months ago

Hi! Ain aims to do HTTP and to be usable across many systems (hence the support for wget, curl or httpie). I haven't heard of grpcurl before and I'm not sure GRPC and HTTP are interchangeable. Do all the sections in ain apply to grpcurl?

But it did make me think of possibly supporting backend plugins / extensions to ain.

jonaslu commented 4 months ago

Closing due to inactivity