A lot of people here have been mentioning Postman but my personal go-to has been Advanced Rest Client [1]. It's open source, has Google Drive integration, and seems to have a pretty impressive development rate. For me, it's a definite plus that there isn't a paid tier so the developers don't have any incentive to limit the free product. That said, Insomnia looks like a nice contender and I look forward to giving it a…
Ya, ARC is a pretty good one! Have you heard how the developer is handling the announcement of the shutdown of Chrome apps in 2017? Curious if they'll hop on the Electron bandwagon too.
Insomnia 3.0 – A simple and beautiful REST API client
61–70 of 156 posts
Re: Insomnia 3.0 – A simple and beautiful REST API client
#62This is lovely. I wish I knew about it earlier so I could ask IT to install it on our lab machines for students to use when i teach web concepts. The Postman plugin is nice but I had trouble working with it on my own, and sometimes it's nice to have a separate app.
Re: Insomnia 3.0 – A simple and beautiful REST API client
#63The Windows installer is 60MB and it's 64-bit-only? It has a nice fancy GUI and all, but am I the only one thinking that's just a tiny bit... excessive? Especially when it claims to be "A simple and beautiful REST API client". The Mac OS and Linux versions are a bit smaller, but still not quite what I consider "simple". Also, did anyone else instinctively try decoding that Authorization header in one of the screensho…
It's based on the Electron framework ( http://electron.atom.io/ ) so the installer contains an entire copy of the Chromium browser. I agree that it's large, but it's basically the only option for an indie developer to write a cross-platform app. Also, 32 bit support is possible, but is a bit of work and demand hasn't been high enough to spend time on it. P.S. All the data in the screenshots is fake :P
P.S. All the data in the screenshots is fake :P
I've seen a few instances where the data would decode to something like "if you can read this, we're hiring".
Re: Insomnia 3.0 – A simple and beautiful REST API client
#64Earlier quoted context omitted.
It's based on the Electron framework ( http://electron.atom.io/ ) so the installer contains an entire copy of the Chromium browser. I agree that it's large, but it's basically the only option for an indie developer to write a cross-platform app. Also, 32 bit support is possible, but is a bit of work and demand hasn't been high enough to spend time on it. P.S. All the data in the screenshots is fake :P
When I think "cross-platform app", I think of Java. Maybe I'm getting old... P.S. All the data in the screenshots is fake :P I've seen a few instances where the data would decode to something like "if you can read this, we're hiring".
Re: Insomnia 3.0 – A simple and beautiful REST API client
#65I use Google chrome + Postman ( https://chrome.google.com/webstore/detail/postman/fhbjgbifli... extension URL), this seems good but makes me wonder how much of a work it is for Postman to now run there app on electron.
Re: Insomnia 3.0 – A simple and beautiful REST API client
#66Seems cool - I am going to download now and try it out. Tip: I suggest removing the 'pricing' menu option on the top of the web site. I saw it immediately the first time I went to your site, and I assumed yours was a paid product, so I stopped there and closed the window. It was only when I went back later and scrolled through, I noticed the current version is free for now. Removing the 'Pricing' link may make other…
That's great feedback. The app is (and always will be) free so de-prioritizing the pricing page is probably a good idea :)
Re: Insomnia 3.0 – A simple and beautiful REST API client
#67That is not a "native" app.
Re: Insomnia 3.0 – A simple and beautiful REST API client
#68Re: Insomnia 3.0 – A simple and beautiful REST API client
#69Interesting, I've been using paw for years and love it but i'm always on the lockout for new and better tools
I wish paw team had "paw light" - free edition with limited set of features for folks who cannot afford $50
(matthaus, backend dev on https://paw.cloud)
Re: Insomnia 3.0 – A simple and beautiful REST API client
#70Your app is a web view running inside a copy of Chrome. That is not a "native" app.