- 1 Post
- 7 Comments
nikolasdimi@lemmy.worldto
Ask Lemmy@lemmy.world•What are some of your favourite developer tools?
01·1 month agoobsidian, sentry, Voiden (for API work, open sourced it)
interesting. what is the tool that the company accepts as low risk? Would it be postman or would it be something offline?
try https://voiden.md/ (not.app)
does it work?
oh. whats the security error?
thats awesome - let us know what you think when you try!
nikolasdimi@lemmy.worldto
Programming@programming.dev•The API Tooling Crisis: Why developers are abandoning Postman and its clones?
01·2 months agoOur 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
welcome to try and give feedback!

haha the idea comes from the fact that the tool is not opinionated - in the sense that yes its an API client but its also an editor, etc. So it a tool with infinite possibilities and can be as flexible as people want. So this is the idea: void-endlessness-freedom.
If it didn’t scare you alot, will you try it? :)