The generated PHP code samples are now idiomatic with no errors. This improves the developer experience by allowing developers to run the code samples without any error in their applications and to get started quickly.
Improved Python Code Samples
The generated code samples are now idiomatic with no errors. This improves the developer experience by allowing developers to run the code samples without any error in their applications and to get started quickly.
Improved Ruby Code Samples
The generated code samples are now idiomatic with no errors. This improves the developer experience by allowing developers to run the code samples without any error in their applications and to get started quickly.
Introducing PHP Model Builders
We have introduced builder pattern in PHP SDKs that can be used to set all model properties at once and then build the object at the end.
Introducing Dynamic Error Messages in SDKs
By default, APIMatic generated SDKs throw a generic error response on every failed API call. Now, you can customize these error responses by providing placeholders that populate at runtime.
Changes in Example Values in Code Samples
APIMatic SDKs have improved efficiency of internal processes in code sample generation. After this change, generated code samples may slightly change when SDKs are regenerated but there is no functional impact of this change.
Improvements Added to Support for Nullable Types in API Transformer
We have added some improvements to our existing support for nullable types in API Transformer, in particular when arrays are also involved. These improvements target transformations involving the OpenAPI (v3.0
), RAML (v0.8
,v1.0
), Postman (v1.0
, v2.0
), and Insomnia formats and will ensure reduced loss of information and improved overall quality of the output.
Introducing Core Libraries in Ruby
APIMatic has introduced core libraries to provide a stable runtime that powers all functionality of our SDKs. In this release, we have revamped our Ruby SDKs to improve the code quality and provide better test coverage.
Improved Readability Experience with UI Changes in Navigation Bar
APIMatic's developer portal now offers a better visibilty experience with UI changes to the left naviagtion bar. These include indentation of menu items, bold titles and highlighting of selected section in the navigation bar.
Introducing Core Library in C#
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.