We've introduced support for auto-generated unit tests in the TypeScript SDKs using our OpenAPI test case extension.
Introducing Support for Auto-Generated Unit Tests in TypeScript SDKs
· 2 min read
We've introduced support for auto-generated unit tests in the TypeScript SDKs using our OpenAPI test case extension.
The generated code samples are now idiomatic with no errors. This improves the developer experience by allowing developers to run the code samples without any errors in their applications and to get started quickly.
TypeScript SDKs now support complex query parameters that allow you to send complex types and arrays/maps of complex types in query strings.