You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @j-martin it's been awhile, but I've gotten back to working on this project. I spent some time learning about OpenAPI and client generators, and thanks for introducing these concepts.
I'm going to continue developing this package manually because I value the learning experience of creating an API wrapper from scratch for the first time. However, I'm open to re-working this in the future using an OpenAPI code generator.
No worries. Looking at the dev branch you are doing admirable work with the heredocs and everything else. :) My gut reaction is always "can't a computer do that for me instead" though. ;)
Clubhouse now publishes the spec for their API.
It might make sense to use it for code generation instead of manually maintaining the lower-level details and Type hints.
I am not sure which code generator should be used and if any of them can generate Type hints for example.
The text was updated successfully, but these errors were encountered: