Insomnia 3.0 – A simple and beautiful REST API client
101–110 of 156 posts
Re: Insomnia 3.0 – A simple and beautiful REST API client
#102I'm a bit confused. Installing this on archlinux from the AUR I get version 3.3.1; however the post itself seems to be for 3.0beta (judging from the announcement halfway down the page). Which is the actual current version?
Re: Insomnia 3.0 – A simple and beautiful REST API client
#103Re: Insomnia 3.0 – A simple and beautiful REST API client
#104We've been using Postman https://www.getpostman.com/ , and it's been working great for our team. The sync and export features are killer. But I like the dark theme and the vertical split in Insomnia, will give it a try.
And its UX is not great, particularly when it comes to switching between tabs, closing them, saving requests, etc.
Re: Insomnia 3.0 – A simple and beautiful REST API client
#105Re: Insomnia 3.0 – A simple and beautiful REST API client
#106Hi, is this a native (objective c / swift) OS X or just a web frame? What are you main goals as far as being different from Paw, which is what I use and love thus far? *edit: oh and congratulations on getting your app out there :)
Thanks for the question! Insomnia is an Electron app built with with a mix of React and Elm. As an independent developer wanting to reach all platforms, Electron was basically the only option for me. And, as a web developer, it's been a super productive development environment. The goal for Insomnia is to build a REST client that's easy to learn and a joy to use. I looked into other REST clients before starting Insom…
Something like qt is just as cross platform without the performance penalty... So I am sad you took this choice :(
Re: Insomnia 3.0 – A simple and beautiful REST API client
#107I'd like to see an API client that generates a API docs from a project / workspace.
Swagger UI seems to do a pretty decent job. The thing I like about swagger is you create one canonical description of your API and model and then generate postman collections, API docs, and client/server stubs all from the same source.
Re: Insomnia 3.0 – A simple and beautiful REST API client
#108Looks really good! Are there any plans for custom authentication or pre-request hooks? Asking because for my API I need to be able to sign requests.
Re: Insomnia 3.0 – A simple and beautiful REST API client
#109Earlier quoted context omitted.
Thanks for the question! Insomnia is an Electron app built with with a mix of React and Elm. As an independent developer wanting to reach all platforms, Electron was basically the only option for me. And, as a web developer, it's been a super productive development environment. The goal for Insomnia is to build a REST client that's easy to learn and a joy to use. I looked into other REST clients before starting Insom…
> As an independent developer wanting to reach all platforms, Electron was basically the only option for me. I'm not saying you made the wrong choice, but why do you say that, given the various options for cross-platform development (Qt, Mono, etc)?
Re: Insomnia 3.0 – A simple and beautiful REST API client
#110I keep hoping one of these clients will add IPython/Jupyter style notebook specifically for REST calls. I would love to produce a tutorial that has well formatted URLs with params, bodies, headers and pre-saved results that could also be rerun against local server.
Which brings me to: I just use Python snippets if I want to test a REST API quickly. What am I missing out of by not using these tools?