- 5 Posts
- 7 Comments
dhruv3006@lemmy.worldOPto
Programmer Humor@programming.dev•When your API client is just Excel with a ‘Send Request’ button
101·27 days agoEveryone seems to hate this template.
dhruv3006@lemmy.worldOPto
Programmer Humor@programming.dev•When your API client is just Excel with a ‘Send Request’ button
71·27 days agoWell having decent documentation is kind of rare.
dhruv3006@lemmy.worldOPto
Programmer Humor@programming.dev•When your API client is just Excel with a ‘Send Request’ button
301·27 days agoThanks for this.
They do !
Here’s how to get started : https://docs.voiden.md/docs/getting-started-section/getting-started/openapi-imports
Unfortunately I agree but there are a few that are different, for example have you tried Voiden ( https://voiden.md/) maybe? We opensourced a few weeks back.
Postman was great when it made APIs simple, but over time all the accounts, cloud sync, and extra features kind of slowed down the core workflow. And then a lot of clients just ended up copying that model instead of rethinking it.
On the optimistic side we are seeing some stuff that want to rethink this: tools like Voiden and Yaak with a few new approaches like Git-native workflows, reusable request pieces, more composable setups basically making API work feel more like actual dev work again.
but from a programmers perspective - shouldn’t it feel natural - you just keep filling up forms doing the same work again and again?