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
@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
GitHub - ArchGPT/insomnium: Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia - ArchGPT/insomnium

GitHub
Hi there! Your text contains links to other Lemmy communities, here are correct links for Lemmy users: [email protected], [email protected]
Hi there! Your text contains links to other Lemmy communities, here are correct links for Lemmy users: [email protected], [email protected]
Insomnia’s source code is FOSS, there are forks since the company’s recent changes.
@comfydecal any examples?

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

github.com/ArchGPT/insomnium

GitHub - ArchGPT/insomnium: Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia - ArchGPT/insomnium

GitHub

Check out Bruno www.usebruno.com

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

bruno

@Daveofthenorth thanks. I'll check this soon.

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.

bruno

Do you self host hopscotch?
No, I am trying out their desktop app.
Huh, I guess there have been some changes since I’ve last checked
What is the problem with insomnia?
They recently introduced an account requirement, which is a no-go for me.

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. blog.jetbrains.com/…/http-client-tools-everywhere…

kenslearningcurve.com/…/test-an-api-by-using-http…

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. github.com/dotnet/AspNetCore.Docs/issues/29431

There’s also 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.

HTTP Client Tools Everywhere! | The .NET Tools Blog

Using IntelliJ HTTP Client CLI tool for your .NET ASP.NET web projects

The JetBrains Blog