dhruv3006@lemmy.world to Programmer Humor@lemmy.ml · 2 months agoNo More Spreadsheet APIsmessage-squaremessage-square7fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1message-squareNo More Spreadsheet APIsdhruv3006@lemmy.world to Programmer Humor@lemmy.ml · 2 months agomessage-square7fedilinkfile-text
minus-squaredhruv3006@lemmy.worldOPlinkfedilinkarrow-up0·2 months agothey should not be forms for gods sake.
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up0·2 months agoCould you provide an example? I still don’t see what you mean
minus-squaredhruv3006@lemmy.worldOPlinkfedilinkarrow-up0·2 months agoIt means a lot of API tools feel like form-heavy tables where you just fill fields and hit send. For example, testing CRUD often becomes multiple tabs, repeated headers/auth, and manual copy-paste of IDs.
minus-squareDunstabzugshaubitze@feddit.orglinkfedilinkarrow-up0·2 months agomost flexible api-testing-tool i’ve tested postman, bruno, insomnia and countless things i forgot, but in the end i’ll end up with some bash scripts and curl.
minus-squaredeath_to_carrots@feddit.orglinkfedilinkarrow-up0·2 months agoBut APIs are forms where you POST data.
minus-squarecoolie4@lemmy.worldlinkfedilinkarrow-up0·2 months agoOP is promoting something they built. They’ve used this same line in previous posts, and other commenters have been equally confused. Good on OP for creating something but it seems like a solution for a problem that doesn’t exist
What do you mean by that?
they should not be forms for gods sake.
Could you provide an example? I still don’t see what you mean
It means a lot of API tools feel like form-heavy tables where you just fill fields and hit send.
For example, testing CRUD often becomes multiple tabs, repeated headers/auth, and manual copy-paste of IDs.
most flexible api-testing-tool
i’ve tested postman, bruno, insomnia and countless things i forgot, but in the end i’ll end up with some bash scripts and curl.
But APIs are forms where you POST data.
OP is promoting something they built. They’ve used this same line in previous posts, and other commenters have been equally confused.
Good on OP for creating something but it seems like a solution for a problem that doesn’t exist