APIMatic has introduced core library to provide a stable runtime that powers all functionality of our SDKs. In this release, we have revamped our C# SDKs to improve the code quality and provide better test coverage.
42 posts tagged with "New"
View All TagsSupport Added for Password Format in API Transformer for OpenAPI (v2.0 and above)
We are pleased to announce that we have added the support for password
schema format in API Transformer so that you can now transform between OpenAPI specification versions (v2.0 and above) without losing this information.
Introducing Core Libraries in Python
APIMatic has introduced core libraries to provide a stable runtime that powers all functionality of our SDKs. In this release, we have revamped our Python SDKs to improve the code quality and provide better test coverage.
Introducing Core Libraries in Java
APIMatic has introduced core libraries to provide a stable runtime that powers all functionality of our SDKs. In this release, we have revamped our Java SDKs to improve the code quality and provide better test coverage.
Introducing Core Libraries in PHP
APIMatic has introduced core libraries to provide a stable runtime that powers all functionality of our SDKs. In this release, we have revamped our PHP SDKs to improve the code quality and provide better test coverage.
Introducing Core Libraries in APIMatic Generated SDKs
APIMatic SDKs now come with core libraries that improve code quality, reduce SDK size, and provide better test coverage for all SDKs.
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.
Adding Migration Support for Docs as Code Workflow
You can now generate a build input for existing Portals created using the UI workflow. The build input corresponds to the published or unpublished version of the Portal and enables you to:
- Create a backup for the Portal.
- Migrate from the UI workflow to the docs as code workflow.
For details on description of the build input, go to APIMatic Build Input Documentation.
Added Support for Read-Only and Write-Only Field Properties in API Portal
We have added support of read-only and write-only properties in the API Developer Portal. The read-only and write-only tags have been changed to Response Only and Request Only respectively.
Added Support for Read-Only and Write-Only Properties in API Transformer
We are pleased to announce support for read-only and write-only properties in API Transformer which is one of the commonly used features of OpenAPI specification documents (v2.0 and above).