Hey there,
Bit of context first: I am a member of a 30 people+ team and most API clients we used felt like they were built for a different job than what we actually did.
Our team lives in Git, our communication is happening on slack, our docs written and maintained on confluence and after some time they always drift away from the actual requests inside Postman.
So we built and open sourced Voiden a few months ago: an API tool where all that: specs, tests, context and docs are always together in the same executable plain text file (markdown). We also made this Git native so that every change is versioned and tracked just like code.
The last change we have made is to add a Runner so that one can run the files directly from the terminal and CI/CD pipelines.
here is the tool: https://voiden.md/download
repo: https://github.com/VoidenHQ/voiden
Looking for contributors in TypeScript/Electron/plugin development.
Good first issues:
https://github.com/VoidenHQ/voiden/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22
and a discussion:
https://github.com/VoidenHQ/voiden/discussions/386

Top comments (0)