What's your favorite FOSS Rest API client tool?

21 points · 13 comments · view on lemmy.world

13 Comments

slazer2au@lemmy.world · 20 pts · 167d (1 reply)
slacktoid@lemmy.ml · 2 pts · 167d

Total feelings of superiority: immeasurable.

Facts!

DevOops@piefed.social · 9 pts · 167d

Bruno is pretty good

damnthefilibuster@lemmy.world · 2 pts · 167d (3 replies)

I wanna say insomnia but I don’t know if it’s FOSS. It’s made by a company named Kong as a side project.

iByteABit@lemmy.ml · 5 pts · 167d (1 reply)

It's foss but got purchased by Kong and started becoming a bit too much of a product for my liking, it has a fork called insomnium that keeps development where it used to be before but it's no longer maintained sadly

damnthefilibuster@lemmy.world · 2 pts · 167d

Still better than Postman.

emb@lemmy.world · 3 pts · 167d

Think I used this for a little while. It was pretty much a slightly better Postman, back when Postman itself was less annoying.

Frustratingly, at some point I opened Insomnia and it randomly lost all my requests/history. That soured me on it. Then when I tried it again a couple years later, it had that bad 'freemium' feel, even if it is still FOSS.

Psyhackological@lemmy.ml · 1 pts · 165d
mbp@lemmy.sdf.org · 1 pts · 167d

Hopscotch is nice. I'd like that feeling of superiority from using solely curl, tho

tiny@midwest.social · 0 pts · 167d (1 reply)

https://www.thunderclient.com/ Thunderclient is great if you use vscode

user28282912@piefed.social · 0 pts · 167d (1 reply)

import requests

theUrl = r'https://threatbutt.com/map/'

response = requests.get(theUrl)

print(response.text)

iByteABit@lemmy.ml · 1 pts · 167d

Might as well use curl at that point