Live data from Hacker News

Show HN: Yapi – FOSS terminal API client for power users

yapi.run

1–10 of 20 posts

Show HN: Yapi – FOSS terminal API client for power users

#1
I shared a previous version of yapi a few months ago in the comments section of a post talking about the insanity of Postman being 'down'. yapi has developed into a more mature project since then!

https://github.com/jamierpond/yapi

Still very early, but it makes me much more productive vs Postman, Bruno, Insomnia, etc.

If youre a nvim/tmux culture human, you might like this!

Show HN: Yapi – FOSS terminal API client for power users
yapi.run

Re: Show HN: Yapi – FOSS terminal API client for power users

#4

Great to see this space so active ! Building something similar : https://voiden.md

This is a really interesting approach! How did you end up deciding on executable markdown as opposed to other approaches?

well - the point is. that we wanted to be standards compliant - and want to use existing technologies without actually reiventing a new standard or a proprietary format. (like some of the other api clients took).

and moreover we had this fundamental idea that documentation and testing should be in a single source of truth to avoid documentation drift (not just the spec drift).

And hence we came up with the idea of using markdown as the baseline and doing everything around it.

Re: Show HN: Yapi – FOSS terminal API client for power users

#9
post #5

Great to see this space so active ! Building something similar : https://voiden.md

Love this. As a literate code aligned shop, we wish more tools adopted these values for knowledge-base-adjacent tasks. // Love OP's CLI too!

Thank youuu !

We are open to feedback : https://github.com/VoidenHQ/feedback

Post reply on HN