We’ve just released v1.0.4 of the APIMatic VS Code Extension, and it introduces a major developer experience improvement: individual rules auto fixing for validation and linting issues.
49 posts tagged with "New"
View All TagsEnforce Required Properties in Your OpenAPI Definition Using Custom Validation Rules
Until now, our custom validation rules supported Pattern, Order, and Length verification methods. This allowed us to enforce specific patterns for property values, restrict property lengths, and validate alphabetical ordering within OpenAPI definitions.
We're excited to introduce a new verification method: "Required."
With this update, you can now mark a property as required - even if OpenAPI standards don't enforce it. This means greater flexibility in defining custom validation rules, including support for vendor extensions.
Announcing General Availability of APIMatic for VS Code Extension
We are excited to announce that the APIMatic for VS Code extension is now out of beta and generally available as v1.0.0
.
Announcing Major Updates to Go SDKs
We have introduced some significant enhancements and new features in our Go SDK.
Introducing oneOf and anyOf Support in Go
We have introduced support for oneOf and anyOf types in our Go SDKs.
Introducing Support for Accepting Unlisted Enum Properties
We have introduced the acceptance of unlisted enum values in the API response in SDKs for all languages.
Introducing Multiple Authentication Scheme Support
We have added support for generating SDKs and documentation for API definitions that use Multiple Authentication schemes.
Introducing Support for oneOf and anyOf in Typescript SDKs
We are introducing the special oneOf and anyOf types in our Typescript SDKs.
Introducing Support for oneOf and anyOf in CSharp SDKs
We are introducing the special oneOf and anyOf types in our CSharp SDKs.
Introducing Support for oneOf and anyOf in Python SDKs
We are introducing the special oneOf and anyOf types in our Python SDKs.