Author here. Happy to answer any questions or hear any feedback about this post. Discussion from my first annual update last year: https://news.ycombinator.com/item?id=19054150
Pretty cool how you're able to come out in the open with all this stuff like this! Having checked Zestful's page out, I got a suggestion for you. How about building a client lib ready for developers for at least a few mainstream languages? This should be rather easily achievable if you type in the Swagger specs to your API. That allows you to generate (Swagger codegen) those libs with possibly just minimal tweaking l…
>Having checked Zestful's page out, I got a suggestion for you. How about building a client lib ready for developers for at least a few mainstream languages? This should be rather easily achievable if you type in the Swagger specs to your API. That allows you to generate (Swagger codegen) those libs with possibly just minimal tweaking left on your part.
This is something I've thought about. I'd really like to have a PyPI package that you can just pip install and it parses ingredients using the free tier, then prompts you to enter a license key when you reach the limit.
Zestful's hard for me because I could spend a year pursuing all of the ideas I have for it, but historically, feature ideas I come up with myself haven't attracted new customers. I set a rule for myself to not implement any new features until a paying customer requests it, and customers haven't mentioned wanting language-specific libraries. I talked a bit more about that in my August 2019 retrospective:
https://mtlynch.io/retrospectives/2019/08/#zestful-and-resis...
I haven't looked into Swagger much, so I'll check that out and see if I can create language bindings more easily than I thought.