Earlier quoted context omitted.
Why were you looking for a Postman alternative? I thought it was open-source. I'm using Thunder Client in VS Code at the moment, but if my needs become more complicated I don't want to invest in anything douchey.
I'm not sure if it's open, but it's trying hard to sell you on Postman Inc's cloud collaboration products. Not the OP, but for me the big pain points with Postman are * Sync-ing with an OpenAPI spec is one-and-done. If new stuff is added to the spec, you have to start a new collection and throw away all your existing work (or in practise add the new APIs by hand) * Many times I need to execute a sequence of requests…
Show HN: Open-source Postman alternative with type safety
91–94 of 94 posts
Re: Show HN: Open-source Postman alternative with type safety
#92I ditched postman years ago for Rest Client then now HTTPYAc
Re: Show HN: Open-source Postman alternative with type safety
#93Re: Show HN: Open-source Postman alternative with type safety
#94I haven’t downloaded RecipeUI yet to give it a try, but plan to. Does RecipeUI support importing OpenAPI specs in order to enforce type safety? I personally don’t like watching demos and prefer to read documentation. This information wasn’t available from the site.
Looking forward to your feedback when you use it! Currently we validate with mappings from TypeScript to JSONSchema. OpenAPI is definitely a gold standard, but I think JSONSchema is fairly strong as well. We're still considering better typing solutions like ZOD or OpenAPI wrappers, but our focus right now is core feature parity as an API tool. We'll do a better job with written documentation! We forgot that video isn…