To make your API documentation even more comprehensive and user-friendly, we have added support to add multiple examples against each response status code. This includes support for response headers and multiple content types.
48 posts tagged with "New"
View All TagsSupport Added for OpenAPI v3 Discriminator Mapping Information
The Discriminator object in OpenAPI v3 supports a set of mapping values that helps determine which schema to map to based on the discriminator property's value in the payload. We have now added support for this set of mapping values in our OpenAPI v3 import and export. Previously, only the key or title
of each schema involved in the hierarchy was considered as its discriminator value or one provided using the x-discriminator-value
extension.
Support for OpenAPI v3.1 Added in APIMatic
Here at APIMatic, we are excited to finally announce support for OpenAPI's newer version v3.1
in all our major offerings including API Transformer, Developer Experience Portal and Code Generation. This format has now become a part of our ever-growing list of supported input and output formats.
Support for User-Defined Test Cases Added in APIMatic For RAML v1.0
We have added support for a RAML annotation that lets you define unit-tests for your RAML v1.0
methods within your specification. These unit-tests are then converted automatically to language-specific tests upon SDK generation.
APIMatic Code Generator V3
APIMatic V3 (codenamed Titan) is APIMatic's largest release to date, bringing some major improvements to the Code Generator, the API Portal and the portal publishing flow. This changelog covers the new features and improvements in the updated APIMatic Code Generator which now generates vastly improved SDKs.
Revamped API Portal in APIMatic V3
APIMatic V3 (codenamed Titan) is APIMatic's largest release to date, bringing some major improvements to the Code Generator, the API Portal and the portal publishing flow. This changelog covers the new features and improvements to the API Portal.
Revamped API Transformer in APIMatic V3
APIMatic V3 (codenamed Titan) is APIMatic’s largest release to date, bringing some major improvements to the Code Generator, the API Portal and the portal publishing flow. It also brings some shiny new features and improvements to API Transformer which are covered as part of this changelog.
Support for Multiple Examples Added in API Transformer
API Transformer now supports multiple examples as an alternative to providing a single example for components. This is a feature available in both OpenAPI v3.0
and RAML v1.0
API description formats and any future transformations between these will see minimized loss of the examples' information.