I just want to build requests and read the responses, why the hell does everyone suddenly want me to make an account?
It seems that way with a lot of REST clients for whatever reason.
It starts off as what we all want - a simple rest client, maybe storing environments and requests
Then companies start building more features to try and create a whole community or ecosystem
They start asking for account creation. Then team creation to share with your team. Then an enterprise plan. Then they gimp the original features and paywall them.
Looking at you, Postman, Insomnia, Thunderclient
The thing is, I kinda get it in a way. Like, having an account lets them offer so many more useful features, and over time they might just see it as not worth supporting two “types” of users, so they lean more on requiring an account.
Obviously, a lot of this is driven by execs trying to make their line go up, but even without that it does make sense to a point. Not that I agree with it at all, but I see how it would happen.
Seems dead now. ☹️
For a few months yes. But it’d be hard to find something it can’t do. It’s very capable. And no account required.
Fuck Postman. curl 4 life.
Why curl when you can hurl
Neat! TIL about hurl 😁
For a lot of use cases I find .http files very convenient. Here is a documentation from Microsoft: https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0
There is some standard around the .http extension so they work in many IDEs and they can be implemented into CI pipelines. The Microsoft documentation should be enough, though, to get you started.
I wonder how hard it’d be to make a PWA and host it on GitHub 🤔 Maybe this would be a good yet-another-hobby-project-ill-never-complete to pick up
Intellijs build in HTTP client is good enough for me to use it for my testing purposes and even for short one-off thing I previously might’ve done with curl.
Use restfox