Official client libraries for Python and Node
Are there official SDKs, or should we plan to wrap the REST API and OpenAPI spec ourselves?
Are there official SDKs, or should we plan to wrap the REST API and OpenAPI spec ourselves?
Generating a typed client off the OpenAPI spec has worked well for the handful of customers who have asked, happy to look at anything specific that trips up the generator for you.
No official SDKs on our roadmap right now, the OpenAPI spec is fully typed though, so generating one with a tool like openapi-typescript gets you most of the way there without waiting on us.
Generating a typed client off the OpenAPI spec has worked well for the handful of customers who have asked, happy to look at anything specific that trips up the generator for you.
Used openapi-typescript exactly as suggested, took maybe twenty minutes to get a working client.
Generated ours in about twenty minutes following the suggestion here, works well.
Would still love an official SDK eventually but the generated client covers our needs for now.
Noted as continued interest, added another data point to the official SDK conversation.
Sign in to reply to this question.