It is not difficult to make HTTP request, there is no need to pay a client to save those requests. What I would gladly pay is a client that makes those requests testable and repeatable in an ergonomic way. HURL come close, but its testing language is quite limited and disappointing.
I'm sorry for being harsh, but the goal should not be making HTTP requests easy. The goal should be making HTTP requests easily testable in an automatic way. That's why I still use Laravel Guzzle, I write requests and test them in programmatic way with a proper testing framework.
I started with a folder of Curl requests / environment variables, but it quickly fell over when I needed more complex logic, OAuth, better organization, visual response previews, or anything else that came with my non-trivial use case.
From the FAQ:
"Yaak is still open source under the MIT license. You can view, modify, and run the source code for both personal and commercial use. Licensing applies only to the prebuilt binaries."
Is there differences on the compiled binary vs what I'd get compiling it myself?
i was so sad when insomnia felt like it went down hill :( barely could handle grpc properly and odd need for an account then i saw this by kong thing and was like well shit.
yay now i can have a normal app again, and thanks for making tools i use pretty much everyday.