DEV Community

Discussion on: Showoff your best creation

Collapse
 
vonheikemen profile image
Heiker

Tinytina.

A tiny cli tool that helps me avoid using Postman until I actually need it. I use it when curl is too little and Postman is too much.

The basic idea is this: read the request data from a json file and feed it to an http client. Then you run the request by its "id".

 tinytina --schema ./api.json run user:list-posts

It also has a few nice features like an "interactive mode" and also the ability to convert the request to an actual curl command so you can share it with others.