- 10 Posts
- 20 Comments
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
1·4 days agoThanks - do give us a feedback :)
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
2·4 days agoimo Swagger is good for looking at the API. For local and odd setups for example If you need shell scripts swagger becomes pretty rigid.
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
32·4 days agoYou can join our discord to meet people who are using it : https://discord.com/invite/XSYCf7JF4F
dhruv3006@lemmy.worldto
Ask Lemmy@lemmy.world•What's the cheapest you can afford buying (or already bought) that you consider as luxury?
1·12 days agocaffein rich whey protein.
dhruv3006@lemmy.worldto
Ask Lemmy@lemmy.world•How do we reduce toxicity on the Fediverse, and on the wider internet?
41·12 days agothe best possible answer.
dhruv3006@lemmy.worldOPto
Self Hosted - Self-hosting your services.@lemmy.ml•Voiden - A Markdown based Open Source Alternative to Postman
2·1 month agoIts an alternative to Monolithic Requests - Voiden has composable blocks which are an alternative to copy pasting entire request objects. We do not lock in collections in cloud like other api clients like postman and have a file centric and git native approach. Also we offer a unified toolchain - for design, testing, and documentation as an alternative to juggling multiple disconnected apps.
dhruv3006@lemmy.worldOPto
Opensource@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
3·1 month agoHey, that’s a fair comparison. .http files are actually one of the closest things conceptually.
The difference is mostly in how far the idea is pushed.
.http files are basically request definitions written in HTTP syntax. They are great for sending requests and keeping them next to your code.
Voiden treats the Markdown file more like an executable API workspace. Requests are composed from reusable blocks (endpoints, auth, headers, params, bodies, etc.), so instead of copying similar requests around you can structure them like small building blocks and reuse them across the file. That becomes useful once an API grows and you start repeating the same pieces everywhere.
Another difference is that the file can mix documentation, explanation, requests, tests, and scripts in the same place and actually run them. The goal is that the file itself becomes the living artifact of the API workflow rather than just a request list. And since everything is still plain text and Git-friendly, you can keep it alongside the codebase the same way you would with .http.
If someone is happy with .http files they probably don’t need Voiden. The idea is more for teams that want the requests, tests, and docs to live together in one executable spec rather than spread across tools.
Do you use .http mostly for quick testing, or do you keep full API workflows in them?
dhruv3006@lemmy.worldOPto
Opensource@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
2·1 month agoThis is actually a great comparison ! Thanks for these words !
dhruv3006@lemmy.worldOPto
Ask Lemmy@lemmy.world•What is your oldest living presence on the World Wide Web?
4·1 month agoThats pretty cool !
dhruv3006@lemmy.worldOPto
Technology@lemmy.world•Admiral Grace Hopper on Future Possibilities: Data, Hardware, Software, and People (1982)English
2·1 month agoI posted this for womens day - a really really under rated person.
dhruv3006@lemmy.worldOPto
Technology@lemmy.world•When the Category Leader Stalls : Postman and the Future of API ToolingEnglish
2·1 month agoCollaboration?
dhruv3006@lemmy.worldOPto
Technology@lemmy.world•When the Category Leader Stalls : Postman and the Future of API ToolingEnglish
8·1 month agoCurl is great. I use curl. Most developers use curl. But “you can call an API with curl” and “curl is enough as an API working environment” are two very different claims.
The problem is that real API work is almost never just one request typed into a terminal like some kind of beautifully minimalist Unix haiku. It usually turns into auth, environments, copied headers, reused payload fragments, request chains, documentation, testing, debugging, sharing examples with teammates, reviewing changes in Git, and trying not to break prod because you forgot to swap one token or one base URL.
At that point, people are not really using “just curl” anymore. They are using curl plus shell scripts, plus notes, plus env files, plus copied commands from Slack, plus random JSON files, plus tribal knowledge. Which is fine, until it becomes annoying, fragile, and weirdly hard to collaborate around.
dhruv3006@lemmy.worldOPto
Technology@lemmy.world•When the Category Leader Stalls : Postman and the Future of API ToolingEnglish
3·1 month agoI guessl postman pivoted - didn’t die really. Now they are a more of a AI Infra company - https://blog.astromode.ai/blog/hello-astro-ai/
Also httpie is great - you may like Voiden.We opensourced some days back and are not just a postman clone !
Take a look here maybe : https://github.com/VoidenHQ/voiden
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - A Markdown based Open Source Alternative to PostmanEnglish
1·1 month agocurl is great. I use curl. Most developers use curl. But “you can call an API with curl” and “curl is enough as an API working environment” are two very different claims.
The problem is that real API work is almost never just one request typed into a terminal like some kind of beautifully minimalist Unix haiku. It usually turns into auth, environments, copied headers, reused payload fragments, request chains, documentation, testing, debugging, sharing examples with teammates, reviewing changes in Git, and trying not to break prod because you forgot to swap one token or one base URL.
At that point, people are not really using “just curl” anymore. They are using curl plus shell scripts, plus notes, plus env files, plus copied commands from Slack, plus random JSON files, plus tribal knowledge. Which is fine, until it becomes annoying, fragile, and weirdly hard to collaborate around.
That is the gap Voiden is trying to solve.
So for me it is not “curl vs Voiden.” curl is a low-level execution tool. Voiden is a workspace for actual API work: writing requests, organizing them, reusing pieces, documenting them, testing them, versioning them in Git, and not duplicating the same headers/body/auth setup 45 times like a person slowly losing control of their life.
dhruv3006@lemmy.worldto
Technology@lemmy.world•New York considers bill that would ban chatbots from giving legal, medical adviceEnglish
152·1 month agoYou bring a regulation - can you really enforce it?
dhruv3006@lemmy.worldto
Technology@lemmy.world•Discord delays global age verification rollout after backlash - DexertoEnglish
155·2 months agoBut a true easy to use discord alternative is still not there.
dhruv3006@lemmy.worldto
Selfhosted@lemmy.world•LibreOffice Online, a self-hostable libre office environment, is coming back!English
5·2 months agoThis one is pretty great!
dhruv3006@lemmy.worldto
Fediverse@lemmy.world•Federated End-to-End Encrypted Messaging is Coming SoonEnglish
141·2 months agoWe should always have more alternatives to chose from - good to see so many players.
dhruv3006@lemmy.worldto
Technology@lemmy.world•New sodium ion battery stores twice the energy and desalinates seawaterEnglish
25·2 months agoI think the real breakthrough will come when we will be able to make powerful microbatteries.




my goodness - I saw this pretty pretty long back.