httpyac
grpcurl

httpyac | grpcurl | |
---|---|---|
6 | 40 | |
606 | 11,741 | |
5.0% | 1.0% | |
8.4 | 6.7 | |
about 2 months ago | 3 months ago | |
TypeScript | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
httpyac
- Quickly and easily send REST, SOAP, GraphQL and gRPC requests
- Show HN: Yaak – An Open Source, Git-Friendly Desktop API Client
- Beyond OpenAPI
- Hurl, run and test HTTP requests with plain text
-
Hoppscotch: Open-Source Alternative to Postman
There's also https://httpyac.github.io/ which has both standalone CLI and VS Code extension versions – might be interesting to explore.
-
Postman Now Supports gRPC
Here is the github repo for httpyac [1]. Not sure why it's not part of the httpyac org that hosts the site.
[1] https://github.com/AnWeber/httpyac
grpcurl
-
Top 4 gRPC API Testing Tools You Need to Know
grpcurl is a command-line tool designed to interact with gRPC services. It is simple, fast, and perfect for testing APIs directly from the terminal, especially when working with microservices.
- gRPC vs. REST: Understand gRPC, OpenAPI and REST and When to Use in API Design
-
OpenTelemetry Trace Context Propagation for gRPC Streams
Now, use grpcurl again and check Jaeger. You should be able to see one trace for both PaymentReceiverAPI and Worker, with the entire operation in one timeline:
-
Roll your own auth with Rust and Protobuf
grpcurl
- Grpcurl: Like Curl, but for gRPC
-
Build and Deploy a gRPC-Web App Using Rust Tonic and React
The API server will be built and start running on port 50051. You can test the functionality using a gRPC client of your choice like grpcurl or Postman.
- download starlink stats
-
A detailed comparison of REST and gRPC
> What is the ubiquitous utility for interacting with gRPC? We have curl for REST. What is openAPI of gRPC?
grpcurl[1] combined with gRPC server reflection[2]. The schema is compiled into the server as an encoded proto which is exposed via server reflection, which grpcurl reads to send correctly encoded requests.
[1] https://github.com/fullstorydev/grpcurl
-
gRPC on the client side
The whole idea behind the post is that accessing the gRPC service with regular tools is impossible. To test, we need a dedicated tool nonetheless. I found grpcurl. Let's install it and use it to list available services:
-
RPC > REST
gRpcurl is a cool little tool to look at btw. Had to use it at my job before. Can call a gRPC via a curl like command. Regular curl doesn't support HTTP2. Had to use TLS with some tokens even. But you can reference a local .proto(gRPC protobuf file for the call) and make things easier for yourself if you hate reading instructions on command line args like I do.
What are some alternatives?
httptoolkit - HTTP Toolkit is a beautiful & open-source tool for debugging, testing and building with HTTP(S) on Windows, Linux & Mac :tada: Open an issue here to give feedback or ask for help.
bloomrpc - Former GUI client for gRPC services. No longer maintained.
Kreya - Kreya is a GUI client for REST and gRPC with innovative features for environments, authorizations and more.
grpc-dotnet - gRPC for .NET
grpc-browser - A web UI for browsing and executing gRPC operations in your .NET application
grpcui - An interactive web UI for gRPC, along the lines of postman
