Voiden CLI Runner (github.com)
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:

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

#selfhosted

threaded - newest

silver@das-eck.haus on 22 May 12:23 next collapse

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

nikolasdimi@lemmy.world on 22 May 14:04 collapse

thats awesome - let us know what you think when you try!

clifmo@programming.dev on 22 May 12:27 collapse

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

k_rol@lemmy.ca on 22 May 13:27 next collapse
nikolasdimi@lemmy.world on 22 May 14:04 collapse

oh. whats the security error?

clifmo@programming.dev on 22 May 14:08 collapse

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

nikolasdimi@lemmy.world on 22 May 14:13 collapse

try voiden.md (not.app)

does it work?

clifmo@programming.dev on 22 May 15:21 collapse

It works. I found the app link via the readme. Perhaps that is what needs updating