We have 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 have introduced support for auto-generated unit tests in the TypeScript SDKs using our OpenAPI test case extension.
We have introduced the acceptance of unlisted enum values in the API response in SDKs for all languages.
We have introduced builder pattern in PHP SDKs that can be used to set all model properties at once and then build the object at the end.
Previously, our PHP SDKs were initiating a new connection for each API call. Now, we have made HTTP connections persistent in Unirest for PHP SDK. Using persistent request allows all server requests to be made through one connection.