from dhruv3006@lemmy.world to selfhosted@lemmy.world on 22 May 02:45
https://lemmy.world/post/47185450
Voiden is an offline-first, git-native API tool built on Markdown.
Instead of keeping API requests inside a cloud workspace, Voiden stores them as .void files that can live with your codebase, be versioned in Git, reviewed in PRs, and reused across a team.
We have now released the beta of @voiden/runner, a headless CLI for running those .void files outside the desktop app.
The runner executes the request, prints the result, and exits with a standard exit code that CI systems can use.
Important bits:
- runs on Node.js 18+
- works in terminal, CI/CD, Docker, and cron jobs
- supports REST, WebSocket, gRPC, and GraphQL
- supports JSON and CSV output
- supports request chaining through runtime variables
- works with core Voiden plugins like scripting, assertions, faker, advanced auth, and GraphQL
This is still beta, so APIs and flags may change.
The goal is to make .void files executable API workflows, not just files used inside the desktop app.
Github: github.com/VoidenHQ/voiden
Voiden CLI Runner : github.com/VoidenHQ/voiden/tree/…/voiden-runner
Visit Voiden here : voiden.md
threaded - newest
Nice. May see if I can use this at work. The best option I have for api tests right now is SoapUI or just curl lol
thats awesome - let us know what you think when you try!
I use .http and Http Client VS Code extension, but it’s mostly for validations and examples.
I tried to see where this is about but voiden.app has some security error and wouldn’t render on my phone.
Shame, I am interested
It’s https://voiden.md/
oh. whats the security error?
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
try voiden.md (not.app)
does it work?
It works. I found the app link via the readme. Perhaps that is what needs updating