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.
Improvements to Code Sample Response and Request in the Developer Portal
We have added a separate section in the "Try it Out" console for code request and response body. Now the user should be able to preview the code sample making the API request after getting a response in the code sample section of the developer portal.
Improvements in The Font Settings in API Developer Portal
We have improved the font settings management in the API developer portal for better usability and visibility.
Added Table of Content in the Documentation
We have added an autogenerated table of content in the documentation that contains all the top level headings and sub-headings. Using a table of contents make it easy to navigate through multiple sections across the documentation page. It also helps in getting a high level idea of what are the contents of the documentation before getting into the detail of it.
Adding support for Python 3.10 in APIMatic SDKs
APIMatic SDKs now support Python version 3.10 without any functional changes.
Performing Package Publishing through pyproject.toml File
Configuration details and meta data for APIMatic's Python SDKs is stored in a pyproject.toml file instead of setup.py to make the package publishing process efficient and up to date.
Adding a Disabled SDK Button in the API Developer Portal
We have added a new functionality to the Get SDK button in the developer portal. For any language that has SDK download disabled from the settings, the Get SDK button gets disabled.
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.