this post was submitted on 06 Jul 2023
136 points (100.0% liked)

Programming

16971 readers
350 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

I would like to hear if any of you are using different app for API testing than Postman.

I’m not telling that Postman is bad, but maybe there’s all that I should check out. Recently I tried RapidApi and even tho the app is kinda cool I missed few options and went back to Postman for now.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 year ago (2 children)

I mostly use httpie on the fish shell with autocompletion for quick requests, but it's no replacement

[–] [email protected] 6 points 1 year ago

httpie now also has a postman-like UI! Been using it for a while and I'm liking it for what it is - https://httpie.io/app

[–] [email protected] 2 points 1 year ago (1 children)

I also have been using httpie for a few years - it is really great.

Recently I have started using nushell which has a similar module builtin: https://www.nushell.sh/commands/docs/http_get.html Combined with rest of the nicities in nushell its a pretty good cli experience.

[–] [email protected] 1 points 1 year ago (1 children)

How’s nushell been for you so far? I took a look at it once when it was relatively new and was missing some features I needed, like shell scripts.

[–] [email protected] 2 points 1 year ago

I like it. The docs are a bit scattered and I haven't switched to it completely, but it has proven to be very handy for some scenarios where I scrape some content from external sources and pull them into a local sqlite as a long term structured archive.