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.
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.
Added the support of Multiline String Input in API Code Playground
We have added the support of multiline in the text area for string input in the API Code Playground.