Postman which I thought worked locally on my computer, is down
141–150 of 300 posts
Re: Postman which I thought worked locally on my computer, is down
#142I didn't even find it that ergonomic to use, to be fair.
Re: Postman which I thought worked locally on my computer, is down
#143Earlier quoted context omitted.
Good thing is that we can start using Insomnium now.
It is unmaintained. This is the cost of devs focusing on corporate gains and not their craft.
Re: Postman which I thought worked locally on my computer, is down
#144This is exactly why I made Yaak [1]. It's fully offline, no telemetry, open source, and can even sync with Git. https://yaak.app
Re: Postman which I thought worked locally on my computer, is down
#145Earlier quoted context omitted.
Good thing is that we can start using Insomnium now.
It is unmaintained. This is the cost of devs focusing on corporate gains and not their craft.
Re: Postman which I thought worked locally on my computer, is down
#146Earlier quoted context omitted.
It is unmaintained. This is the cost of devs focusing on corporate gains and not their craft.
Devs have to eat and if someone offers you a life altering amount of money to work on their hobby project, a lot of them would probably take it. It's hard to turn down something that might assure your family a comfortable life.
Re: Postman which I thought worked locally on my computer, is down
#147I made a very simple lightweight yaml based Postman alternative called `yapi`. https://github.com/jamierpond/yapi Run this: yapi -c ./users.yapi.yaml With this file: # users.yapi.yaml # yaml-language-server: $schema=https://pond.audio/yapi/schema url: http://localhost:3000 method: GET path: /api/users query: select[name]: true select[tag]: true limit: 10 Or just `yapi` to use fzf to find configs.
That's a really great concept and I could see how one could get used to the workflow with this! But, why such low stats on github?! I guess everyone is jamming on postman, eh?
Re: Postman which I thought worked locally on my computer, is down
#148This could have been a 10 Megabyte TUI app in your terminal tab. Boggles my mind how even this kind of app manages to bring in Electron and the cloud. Edit: Ah, so here it is: https://posting.sh
Re: Postman which I thought worked locally on my computer, is down
#149Earlier quoted context omitted.
It is unmaintained. This is the cost of devs focusing on corporate gains and not their craft.
Do you apply the same logic to your plumber? Your accountant? The 'craft' is something you do for customers in order to make money to eat.
Re: Postman which I thought worked locally on my computer, is down
#150I remember when one of the "Core Goals" of Postman was "Complete control over your data - Keep simple JSON based data formats which can be exported and shared as per user needs". https://web.archive.org/web/20140604204111/http://www.getpos...
When Postman started becoming shit, I started using Insomnia, which is also turning into shit now.