|
|
|
|
|
by jamiepond
234 days ago
|
|
I made a very simple lightweight yaml based Postman alternative called `yapi`. https://github.com/jamierpond/yapi Run this: yapi -c ./users.yapi.yaml
With this file: # users.yapi.yaml
# yaml-language-server: $schema=https://pond.audio/yapi/schema
url: http://localhost:3000
method: GET
path: /api/users
query:
select[name]: true
select[tag]: true
limit: 10
Or just `yapi` to use fzf to find configs. |
|
But, why such low stats on github?! I guess everyone is jamming on postman, eh?