APIMatic CodeGen has now added support to configure the default Faraday connection
with available Faraday adapters
in Ruby SDKs.
48 posts tagged with "New"
View All TagsAdding 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.
Announcing Support for Type "any" in API Transformer
We now announce support in API Transformer for API components that have no specific type or in other words are said to have any
type. Until now, a default type (string
/object
) was assumed for all such cases.
Announcing New Features in SDK Generation in Multiple Languages
APIMatic now has good news for all those who use our SDKs. We now support all the popular features given below for the SDK generation in multiple languages. You can now use these features in your API specifications for generating SDKs.
Announcing Support for Multiple Authentication Schemes in API Transformer
We now support multiple authentication schemes and related information in our API Transformer for all applicable API description formats including OpenAPI, RAML, Postman and Insomnia. You can now convert between these formats without losing important authentication details.