Announcing: EasySDK Generator
Blog post from Speakeasy
The announcement introduces a new SDK generator that addresses limitations of the OpenAPI generator by producing typed and opinionated client libraries, emphasizing the importance of SDKs in enhancing developer experience. This newly launched generator is designed to create low-dependency, idiomatic TypeScript code by wrapping axios, ensuring isomorphic compatibility for browsers and Node.js servers while adhering to the OpenAPI specification. It automatically generates typed structures, constructs path variables, and handles query parameters with strictly typed input and output body types. The developers have made considered decisions on aspects like pagination, retries, and authentication to optimize SDK functionality. Highlighting the value of language-idiomatic SDKs in simplifying the integration process for developers, the announcement underscores how they facilitate faster adoption, reduce troubleshooting, and improve overall developer experience. The team is seeking community feedback on the service and is open to suggestions on additional features and language support.