We have added support for a new JSON Object type in our TypeScript SDKs.
21 posts tagged with "New"
View All TagsEnable/Disable Retries per Endpoint for any HTTP Method
By default, our SDKs support retries for idempotent HTTP requests only. A flag is added at endpoint level which, when enabled, allows retries for non-idempotent HTTP requests as well.
Adding Support for Optional and Nullable Fields in a Model in Python SDKs
In the improved Python SDK, fields of a custom type can now differentiate between a nullable value and a missing value and will operate according to the behavior of the type specified. This way you can either pass a value that corresponds to the type specified, use null
as a value or skip the field altogether depending upon the defined behavior of the field.
Adding Support to Configure Adapter during Client Initialization of Ruby SDKs
APIMatic CodeGen has now added support to configure the default Faraday connection
with available Faraday adapters
in Ruby SDKs.
Adding Support for Multiple Authentication Schemes in Python SDKs
APIMatic announces the support for multiple authenticaion schemes in Python SDKs. With the new design, it has become quite easy to configure multiple authentication schemes per SDK. All of the auth managers are instantiated at the start during the client initialization. After that their relevant auth managers can be used to apply auth schemes per endpoint as required in SDK.
Introducing Support for Complex Query Parameters in PHP SDKs
PHP SDKs now support complex query parameters with which you can send a complex type as well as arrays/maps of complex types in query strings.
Introducing PHP 8.1 Compatibility in SDKs
The APIMatic Code Generator now supports SDK compatibility with the runtime version of PHP 8.1.
Introducing APIMatic Kubernetes Operator
APIMatic now has good news for all those who want to use APIMatic as a containerized application with Kubernetes via the APIMatic Kubernetes Operator deployed through different methods.
Enhancements in HTTP Curl Code Samples for XML
HTTP curl code samples now support dynamic XML in the body of the code. Also, support for populating initial values for endpoint parameters using examples (if provided) has been added.
Added Support for Export of Reusable "oneOf", "anyOf", "not" Constructs and Union Types in API Transformer
If you have globally defined schemas that directly use oneOf
, anyOf
, not
constructs or union types, you will be pleased to know that API Transformer now converts between formats by preserving the global structure of such schemas.