this post was submitted on 29 Sep 2023
163 points (97.7% liked)

Programming

17119 readers
202 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

insomnia just enshittified itself and requires cloud login like postman, and force upgrades you from the old version even if you disable updates. this blocked me at work today.

this client looks great, wanted to boost it here in case anyone else got screwed by Insomnia this morning.

all 25 comments
sorted by: hot top controversial new old
[–] [email protected] 17 points 1 year ago (1 children)

Such a shame Insomnia went down this route.

Hope I can export my data into Bruno HTTP, although really no big deal if I can't tbh - will just build up those requests again.

Why does it feel like API testing and documentation apps are low hanging fruit for enshittification 😭

[–] [email protected] 10 points 1 year ago

bc why just have HTTP requests and plain text when you can c l o u d S a a S

[–] [email protected] 16 points 1 year ago (1 children)

Oh eww I haven't booted insomnia in a bit, that's irritating. From a quick glance this looks solid, going to give it a try.

[–] [email protected] 6 points 1 year ago (1 children)

Ditto. Now I can take the reins and replace it now instead of when I need it.

[–] [email protected] 6 points 1 year ago

I think as the enshitification cycle speeds up on the net, the tolerance threshold from users will go down and they’ll switch earlier. MAYBE this will help interoperability. Trying out being less cynical lately and I’m not sure I believe myself.

[–] [email protected] 9 points 1 year ago (1 children)

Doesn't support OpenAPI.. sigh.

[–] [email protected] 6 points 1 year ago* (last edited 1 year ago) (1 children)

might be a cool thing to try and contribute

out of curiosity, what does that mean precisely? being able to import/export an OpenAPI spec? (not super familiar with OpenAPI, I know you can get an OpenAPI collection in a json file)

[–] [email protected] 3 points 1 year ago

Import from OpenAPI, yes. Super useful if you use Swagger and it starts lagging :)

[–] [email protected] 7 points 1 year ago

I love the concept to store request in files and that you can use git to version! Lovely

[–] [email protected] 7 points 1 year ago (1 children)

Was shocked to find you can't even save postman requests now without logging in

[–] [email protected] 5 points 1 year ago

cory doctorow is the prophet of our times

[–] [email protected] 6 points 1 year ago

Been using it a whole two days now, since Insomnia went to shit, like it a lot, lightweight and does what's it supposed to do and nothing else, while not being in a cloud.

[–] Pyroglyph 6 points 1 year ago (1 children)

Glad I saw this since I just redownloaded Insomnia yesterday and thought "oh".

By the way, it's not required to log in. There's a button below the login form that lets you use it without signing up.

[–] [email protected] 5 points 1 year ago

yeah but it removes access to all but one collection - you can’t organize things into separate collections without a login anymore. plus if you have existing collections, it’ll block access to it unless you downgrade (which seems to forcibly update even if you turn updates off)

[–] [email protected] 5 points 1 year ago (1 children)

OP, I dunno if you've seen it yet but you're featured on their testimonials list!

[–] [email protected] 5 points 1 year ago

yep, the author reached out and asked if they could include me - I am more than happy to share my displeasure of Insomnia and pleasure in FOSS ;)

[–] [email protected] 5 points 1 year ago (1 children)

I know this isn't going to work for everyone but thunder client for vscode and the integrated rest client in intellij work decently. I will have to take a look at this client though since I do use insomnia for some work specific stuff

[–] bungle_in_the_jungle 2 points 1 year ago

You still need a subscription if you want to save your collections in git.

[–] bungle_in_the_jungle 4 points 1 year ago

Oh sweet. I had just found APIDog the other day which seemed better than Postman. Will check this out too!