We've just released v1.1.0-alpha.18
of the apimatic-cli
, introducing the new API Copilot command and bringing improvements to existing portal, SDK generation, and authentication commands.
Added Filepath Workflow to GitHub App
Introducing a more flexible and efficient way to validate your OpenAPI definitions with our GitHub App! The new Filepath Workflow allows you to specify the exact path to your main OpenAPI file, making it easier to manage and validate complex or modular API projects. This update streamlines the validation process, reduces unnecessary checks, and ensures your API definitions are always up to standard.
Introducing Proxy Configuration Support in TypeScript SDKs
We’ve added support for configuring proxy servers in the generated TypeScript SDKs.
This new feature allows developers to route API requests through designated proxy servers, improving compatibility with enterprise networks, secure environments, or setups where traffic must pass through a proxy.
Improved SDK Client Initialization Samples with Imports
To improve clarity and onboarding, all client initialization code samples now include relevant import statements. This update makes it easier for developers to understand and use the SDKs, eliminating guesswork around class and function origins in docs and READMEs.
Adding Support for Pagination in TypeScript SDKs
APIMatic now supports four widely-used pagination strategies in TypeScript SDKs: Offset, Page, Cursor, and Link based pagination. This enhancement provides a seamless and unified way to consume paginated API responses, regardless of the underlying mechanism.
Adding Nullable Support in Developer Portal for HTTP, Java, and Python
We are excited to introduce support for explicitly marking nullable properties as NULL in the developer portal. This enhancement provides greater flexibility when trying out the API from the API Playground.
🚀 New APIMatic CLI Commands to Build, Serve, and Customize your Developer Portal Experience
We’ve just released v1.1.0-alpha.11
of the apimatic-cli
, bringing powerful new commands that make it easier to create, serve, and customize your API portals using APIMatic's Docs as Code offering.
Java SDK publishing flow updated for Maven Central migration
Sonatype has announced the retirement of OSSRH (including oss.sonatype.org
and s01.oss.sonatype.org
) on June 30, 2025. All Java packages must be published via the Sonatype Central Portal moving forward.
To support this change, APIMatic has updated the Java SDK publishing workflow.
VS Code Extension update to auto-fix individual lint rule violations
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.
Adding Support for Pagination in Ruby SDKs
APIMatic now supports four widely-used pagination strategies in Ruby SDKs: Offset, Page, Cursor, and Link based pagination. This enhancement provides a seamless and unified way to consume paginated API responses, regardless of the underlying mechanism.