Postman Now Supports gRPC
41–50 of 216 posts
Re: Postman Now Supports gRPC
#42Earlier quoted context omitted.
Try Insomnia or Hoppskotch.
How is Insomnia any different? It's basically an OSS carbon copy of Postman.
Because it's OSS they didn't feel the need to bog down a perfectly functional product to drive a valuation up.
It's a carbon copy of what Postman started as.
Re: Postman Now Supports gRPC
#43Is there efficent binary formats like grpc which doesn't require a predefined schema?
- JSON (without schema) vs Protobuf (with schema)
- Msgpack (without schema, compressed) vs Protobuf (with schema)
- JSON + gzip or brotli encoding vs Protobuf + gzip or brotli
- JSON + gzip or brotli encoding vs Msgpack + gzip or brotli
Compression will erase a lot of the gains even with a schema-defined protocol, but if your goal is low CPU (just serialization) then msgpack is usually good enough.
Re: Postman Now Supports gRPC
#44I have a meta question to ask, in threads like these where big products announce new features or big funding I always see commentors lamenting bloated software or it having too many features, not doing the one simple thing you want it to do, etc. To me it seems the only trajectory of developers building products is to add new features, its how we justify keeping ourselves around most of the time. So what my question…
Rather than build one console app that has 50 features, you build 10 console apps with 10 features each. The complexity of each component stays small while your capabilities as a user grow and grow.
This worked originally as the Unix designers were free to organize their code however made sense according to their philosophy. But Conway's Law comes into play in organizations, where there is always a hierarchy centred around one or two main products. Rather than one or two people making 10 different apps, it's multiple teams making a couple apps each. They don't communicate between each other well or understand the other components, and it all has to fit inside one program.
Re: Postman Now Supports gRPC
#45I used to like Postman, when it was a simple browser extension. I basically used it as a curl gui. Now > Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster. I guess I’m no longer their target user. Back to curl/httpie.
I used to use Postman but now I prefer to just build my own scripts in Python. I use the requests library and can setup things however I want.
But it takes seconds to get up and running with requests-html. And it can do anything Postman can do and more. I have no idea how people in organizations use postman though.
Re: Postman Now Supports gRPC
#46I used to like Postman, when it was a simple browser extension. I basically used it as a curl gui. Now > Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster. I guess I’m no longer their target user. Back to curl/httpie.
Re: Postman Now Supports gRPC
#47Earlier quoted context omitted.
Paw[0] is a pretty good native macOS option, at least for now. They were acquired sometime last year by RapidAPI[1], and since have released electron based versions of their app for Linux and Windows. I’m really hoping they don’t go the 1Password route and kill their native macOS product to move everyone to the cross-platform one. [0] https://paw.cloud/ [1] https://rapidapi.com/
No, we are not gonna kill native macOS app![0] [0] I'm lead developer for macOS app :)
Re: Postman Now Supports gRPC
#48Earlier quoted context omitted.
I used to use Postman but now I prefer to just build my own scripts in Python. I use the requests library and can setup things however I want.
Same here. I am not sure where would I even use postman for. I essentially would wait 3-5 minutes to have postman initialized, be greeted with a dialogue box for an update or something, drop a json file for the headers and skim through the output. But it takes seconds to get up and running with requests-html. And it can do anything Postman can do and more. I have no idea how people in organizations use postman though…
Re: Postman Now Supports gRPC
#49Postman is so incredibly bloated and slow these days. All I want is a REST client, but it feels like every time I want to perform a basic task now, I have to dig past all of their confusing platform and cloud stuff that I have no interest in.
Re: Postman Now Supports gRPC
#50I used to like Postman, when it was a simple browser extension. I basically used it as a curl gui. Now > Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster. I guess I’m no longer their target user. Back to curl/httpie.