Nice, one thing that gets me paying for https://paw.cloud is the ability to chain requests ie. GET /things -> GET /things/{things.first.id} -> PUT /things/{things.first.id} -> DELETE /things/{things.first.id}
Postman can do that too, albeit in a hacky way. https://www.getpostman.com/docs/chaining_requests
Insomnia 3.0 – A simple and beautiful REST API client
141–150 of 156 posts
Re: Insomnia 3.0 – A simple and beautiful REST API client
#142Earlier quoted context omitted.
Postman can do that too, albeit in a hacky way. https://www.getpostman.com/docs/chaining_requests
I just downloaded it to try it out and it seems you can't import any definitions other than a proprietary one, as far as I can tell. I was excited to use something other than postman, but we have WAY too endpoints to be writing it all manually instead of leveraging swagger. Maybe I'll check it out next version, I hate how the environment variables work in Postman.
Re: Insomnia 3.0 – A simple and beautiful REST API client
#143Earlier quoted context omitted.
Postman can do that too, albeit in a hacky way. https://www.getpostman.com/docs/chaining_requests
I just downloaded it to try it out and it seems you can't import any definitions other than a proprietary one, as far as I can tell. I was excited to use something other than postman, but we have WAY too endpoints to be writing it all manually instead of leveraging swagger. Maybe I'll check it out next version, I hate how the environment variables work in Postman.
Re: Insomnia 3.0 – A simple and beautiful REST API client
#144This seems great. I used Postman for a while but I never got along with the UI, found it poorly structured and cluttered. While this is obviously still very young, it shows a lot of promise. Using environment variables in headers or request params was a bit disappointing though. The UI keeps replacing the reference with a copy of the current value when input field is moved out of view. Is this the intended behavior?
Re: Insomnia 3.0 – A simple and beautiful REST API client
#145Re: Insomnia 3.0 – A simple and beautiful REST API client
#146Re: Insomnia 3.0 – A simple and beautiful REST API client
#147Since everybody's piling on their favorite alternatives, I have to mention HTTP Prompt [1]. It's obviously in another league than Insomnia and such, but I find that it strikes a sweet spot: much more convenient than curl or HTTPie, yet not a big mouse-driven GUI tool. [1] https://github.com/eliangcs/http-prompt
Pretty cool, but I wonder why it doesn't preserve history by default between sessions.
Re: Insomnia 3.0 – A simple and beautiful REST API client
#148Congratulations on making something great.
Thanks you! Let me know if there is anything I can do to make it even better :)
I'm uninstalling and re-downloading it but just wanted to let you know.
Re: Insomnia 3.0 – A simple and beautiful REST API client
#149[0]: https://www.elastic.co/guide/en/sense/current/introduction.h...
Re: Insomnia 3.0 – A simple and beautiful REST API client
#150Nice, one thing that gets me paying for https://paw.cloud is the ability to chain requests ie. GET /things -> GET /things/{things.first.id} -> PUT /things/{things.first.id} -> DELETE /things/{things.first.id}