We have added support for initializing the TypeScript SDK from JSON configuration files and environment variables to simplify setup and enhance developer experience.
8 posts tagged with "TypeScript"
View All TagsIntroducing Proxy Configuration Support in TypeScript SDKs
We’ve added support for configuring proxy servers in the generated TypeScript SDKs.
This new feature allows developers to route API requests through designated proxy servers, improving compatibility with enterprise networks, secure environments, or setups where traffic must pass through a proxy.
Improved SDK Client Initialization Samples with Imports
To improve clarity and onboarding, all client initialization code samples now include relevant import statements. This update makes it easier for developers to understand and use the SDKs, eliminating guesswork around class and function origins in docs and READMEs.
Complex Objects Support in HTTP Header Parameters
The SDKs now support passing complex objects, including non-scalar types and collections, as HTTP header parameters in the request.
Typed Additional Model Properties Support in All SDKs
We’re introducing support for typed additional model properties across all SDKs, enhancing type safety and alignment with OpenAPI specifications.
Introducing Support for Auto-Generated Unit Tests in TypeScript SDKs
We've introduced support for auto-generated unit tests in the TypeScript SDKs using our OpenAPI test case extension.
Improved TypeScript Code Samples
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.
Introducing support for complex query params in TypeScript
TypeScript SDKs now support complex query parameters that allow you to send complex types and arrays/maps of complex types in query strings.