That would be super helpful. Also curious which API you're using on the backend over here (guessing OpenAI's gpt-3.5 at the moment)
That would be super helpful. Also curious which API you're using on the backend over here (guessing OpenAI's gpt-3.5 at the moment)
The generators are open source: https://github.com/fern-api/fern
We rewrote the code generators from scratch in the language that they generate code in (e.g., the python generator is written in python). We shied away from templating - it's easier but the generated code feels less human.
Want to talk client library codegen? Join the Fern Discord: https://discord.com/invite/JkkXumPzcG
Feel free to email me at sagar@speakeasyapi.dev or join our slack (https://join.slack.com/t/speakeasy-dev/shared_invite/zt-1cwb...) . We're in open beta and working with a few great companies already and we'd be happy for you to try out the platform for free!
Biggest thing – we'd love some feedback. Let us know where we can improve, any concerns, or feature requests!
Can't give out code that can't be exposed to the public.