Article
Dhruv PRO
dhruv3006
AI & ML interests
None yet
Recent Activity
published
an
article
about 5 hours ago
Postman vs Voiden : Not a feature comparison but a workflow choice.
posted
an
update
about 5 hours ago
API testing and development often hit the same pain points: too much data returned, multiple round trips, and hunting through docs to figure out what’s really needed.
GraphQL solves these by letting you specify exactly what fields you want in a single request no more over-fetching, no under-fetching, no guessing what the response will look like.
For devs, this means cleaner queries, faster feedback loops, and less time spent tweaking requests or parsing bloated responses.
We’re bringing GraphQL to Voiden as a plugin because these are problems we want to help you solve directly inside your workflow no more context switching, no extra tools, just efficient API exploration and testing.
We’re close to launching it get ready to work smarter with your APIs.
Download Voiden here : https://voiden.md
reacted
to
their
post
with ❤️
about 23 hours ago
Need a variable that's not fixed but depends on another request's response?
Runtime variables let you capture values from one API call and reuse them in subsequent requests.
What are Runtime Variables?
Runtime variables are dynamic values that get set during request execution.
They're perfect for scenarios like:
- Capturing an auth token from login and using it in authenticated requests
- Storing a user ID from a create-user response
- Saving an order ID to use in later order management calls
Use Runtime Variables in Voiden : https://voiden.md/