Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we have support for running GRPC requests? It will be very useful. #244

Open
Mohsin-Ul-Islam opened this issue Oct 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Mohsin-Ul-Islam
Copy link
Contributor

Mohsin-Ul-Islam commented Oct 8, 2023

Our codebase uses rest.nvim like syntax for writing GRPC requests. The team uses Intellij plugin for that. I am the only one who uses neovim. I found a plugin for running GRPC requests but its syntax is different. I have to rewrite the requests from rest.nvim like syntax to a different format for grpc.nvim. It will be very good to have GRPC support just like the Intellij plugin.

@NTBBloodbath
Copy link
Member

Hey, I really have no idea about grpc. How could I take a look at it? I think it would be a good idea!

@Xepe
Copy link

Xepe commented Nov 7, 2023

@NTBBloodbath this could be helpful. We could describe gRPC as a server that uses HTTP/2.0 as its underlying communication protocol.

Normally I use https://github.com/fullstorydev/grpcurl when I want to make some request to the gRPC endpoints

Updated: This could be a good reference as well

https://www.jetbrains.com/help/rider/Http_client_in__product__code_editor.html#grpc-requests

@boltlessengineer boltlessengineer added the enhancement New feature or request label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants