DevConnectDevConnect
Sign up · Log in
← back to the feed
2

Your CLI could handle your entire API workflow

Hello world devs! Imagine being able to create, test, debug and chain APIs right from your terminal No Postman. No switching tabs. Just your CLI. So... I came up with APIX. It's a CLI tool I've been building to make working with APIs a little easier You can: -> Run GET, POST, PUT, PATCH & DELETE requests -> Generate API requests using AI -> Save and reuse requests -> Manage environments & variables -> Chain multiple APIs into a single workflow For example: "POST login → GET credentials → PATCH profile → POST orders → GET confirmation" ...all as one chain. It's still very much a work in progress, but I'm pretty happy with where it's going. Would love to know what you guys think... and what you would add to something like this GitHub: https://github.com/Aayush4518/apix npm install -g apix-dev-cli
Add a comment
0/2000