this post was submitted on 23 Nov 2023
11 points (92.3% liked)

Python

6233 readers
3 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

any Insomnia alternatives which are not Postman? I need rest and graphql support.
Insomnia is getting worse and worse and I'm worried it won't be better.
#programming @python @golang
@opensource

all 18 comments
sorted by: hot top controversial new old
[–] comfydecal@infosec.pub 4 points 10 months ago (1 children)

Insomnia's source code is FOSS, there are forks since the company's recent changes.

[–] xsevy@mastodon.social 0 points 10 months ago (1 children)
[–] comfydecal@infosec.pub 1 points 10 months ago

Engine search "insomnium" (like codium for vscode), there are multiple. This is the first result.

https://github.com/ArchGPT/insomnium

[–] immortalgeek@programming.dev 4 points 10 months ago* (last edited 10 months ago) (1 children)

I have recently tried Bruno, but it lacked some basic UI features I use regularly, like file picker UI for uploading a multipart file.

I also gave Recipe Ul a look, but I did not see an option to switch environments. (Haven't installed it and tried it, just went through the docs)

So I settled on Hopsscotch. Though their desktop UI is still in alpha, it looked good to me.

[–] LetterboxPancake@sh.itjust.works 1 points 10 months ago (1 children)

Do you self host hopscotch?

[–] immortalgeek@programming.dev 1 points 10 months ago (1 children)

No, I am trying out their desktop app.

[–] LetterboxPancake@sh.itjust.works 1 points 10 months ago

Huh, I guess there have been some changes since I've last checked

[–] Daveofthenorth@lemm.ee 4 points 10 months ago (1 children)

Check out Bruno https://www.usebruno.com/

I switched to it from insomnia and it has been pretty decent once I got used to it

[–] xsevy@mastodon.social 1 points 10 months ago

@Daveofthenorth thanks. I'll check this soon.

[–] ShrimpsIsBugs@programming.dev 2 points 10 months ago (1 children)

What's wrong with postman?

[–] xsevy@mastodon.social 4 points 10 months ago

@ShrimpsIsBugs it's not opensource

[–] tyler@programming.dev 1 points 5 months ago

You can just use normal .http files. There’s support in all jetbrains products, vs code, visual studio, jetbrains even wrote a cli tool for it. https://blog.jetbrains.com/dotnet/2023/07/04/http-client-tools-everywhere/

https://kenslearningcurve.com/tutorials/test-an-api-by-using-http-files-in-vscode/

The nice thing about http files is that you’re never going to be locked into some company’s standard. They’re literally all just plain text files.

MS is trying to create a standard. https://github.com/dotnet/AspNetCore.Docs/issues/29431

There’s also https://httpyac.github.io though I’ve never heard of anyone using it.

Anyway, moving away from these proprietary separate HTTP/REST call products is a good thing. Postman really led the enshittification in this area.

[–] xsevy@mastodon.social 1 points 10 months ago

@python @golang @opensource @Daveofthenorth
@immortalgeek thanks for your help, however as @comfydecal recommended I decided to get some Insomnia fork https://github.com/ArchGPT/insomnium

[–] somegeek@programming.dev 1 points 10 months ago (2 children)

What is the problem with insomnia?

[–] FooBarrington@lemmy.world 8 points 10 months ago* (last edited 10 months ago)

They recently introduced an account requirement, which is a no-go for me.

https://github.com/Kong/insomnia/issues/6577

[–] xsevy@mastodon.social 1 points 10 months ago