Live data from Hacker News

Insomnia 3.0 – A simple and beautiful REST API client

insomnia.rest

81–90 of 156 posts

Re: Insomnia 3.0 – A simple and beautiful REST API client

#81
Tried out the Chrome plugin when RESTClient stopped working in Firefox. It stuck, and now I believe all of my small team uses it. I've been on the stand-alone version since release.

I use it for testing, but also more as a diagnostics/control panel for a software suite that we expose via a growing HTTPS API - saving the requests and payloads makes this easy.

One thing I miss from RESTClient is the formatting. We have a small JSON DSL that we exchange data with, so those strings have to be escaped going up, and of course they come back with all the escapes. In RESTClient, you could view the response "formatted", which would un-escape those strings. This made for easy copy and manipulation.

Re: Insomnia 3.0 – A simple and beautiful REST API client

#85
post #19
post #17

I find the visual design appealing, and at a cursory glance, the list of features decent. A few questions: - Is there a way to override the cookies of a single request? Or do you have to edit the cookie jar and the corresponding cookies get auto-sent (ie. no override) - For authorization, do you have built-in support for OAuth 2.0 access/refresh token flows? What about OAuth 1 ? - Do you support HTTP/2?

Thanks for the compliment! Having good UI/UX was my first goal for Insomnia so I'm glad to see it's working. - there is no way to override cookies per request yet, but that's good feedback :) - I'm working on OAuth support soon so keep an eye out for that - HTTP/2 support isn't in the works yet, but is on the roadmap Thanks for the comment!

OAuth is on my requirements list as well. Especially OAuth2 - client_credentials

Re: Insomnia 3.0 – A simple and beautiful REST API client

#86
post #12
post #10

Hi, 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…

> 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

#87
post #32

I 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.

Unfortunately, Postman's native apps don't handle NTLM authentication, which basically makes them unusable for me. Have to stick with the chrome extension for the time being.

Re: Insomnia 3.0 – A simple and beautiful REST API client

#89

Executionable which won't run on my machine (Fedora) and not open source, guess I will be staying with Advance Rest Client then.

Hi there. Can you try downloading the latest version again. Apparently the last release was corrupted for an unknown reason. I uploaded a new one though :)

Re: Insomnia 3.0 – A simple and beautiful REST API client

#90
I just installed and ran a request, seems the response xml format was not available as nicely formatted. I just saw a junk of xml as result. Is there any configuration available for the auto formatting with indents for the sub-elements. I believe postman does it by itself.
Post reply on HN