Hacker News new | ask | show | jobs
I'm making a terminal API client (like postman)
3 points by wiru 721 days ago
Hey HN! I've been working on this terminal API client for the past two months. The project started because I was frankly disgusted by the current state of similar apps. with paywalls being introduced, requiring you to create an account or have limited features.

I've released the v0.2.1 yesterday, with the application being in a state where I would consider usable. It still lacks some features but those are being introduced as I work on it.

Please consider taking a look at it at: https://github.com/wllfaria/hac and if you like it your star is highly appreciated

I'm accepting any feedback so feel free to say whatever you feel like in this thread. thank you

1 comments

Sorry, I have been to your repo. Still don't understand what it does.
Sure thing! hac is a terminal API client, like postman, but entirely terminal based, allowing you to test api endpoints, make requests and overall document any api that you're making. The main goal of hac is to bring a good experience for testing APIs on the terminal while being entirely free.