We've added two new commands to the @apimatic/cli that make it easy to publish SDKs and list your publishing profiles directly from the CLI.
21 posts tagged with "SDKs"
View All TagsCustom Code Injection: Add Your Own Logic to Generated SDKs
APIMatic's SDKs are now fully customizable. You can add your own code to any generated SDK, inluding new files, custom logic and extra dependencies. Your changes are preserved and persist across generations.
CLI: Updated SDK Generation Input Flag and Path Semantics
We are updating the SDK generation CLI command to make inputs for SDK and Portal generation CLI commands consistent. Now Portals and SDKs can be generated using the same input, simplifying CI/CD scripts.
Introducing exports Module in TypeScript SDKs
The TypeScript SDK module export changes announced earlier are now live across all generated SDKs. These updates align with modern TypeScript best practices and improve cross-environment compatibility.
Introducing Webhooks and Callbacks support in PHP and Go SDKs
This enhancement allows developers to easily manage API notifications and event-driven workflows without extra setup. With type-safe handlers and configured signature verification, integration becomes simpler and more reliable.
Introducing Webhooks and Callbacks support in SDKs and Developer Portals
This enhancement allows developers to easily manage API notifications and event-driven workflows without extra setup. With type-safe handlers and configured signature verification, integration becomes simpler and more reliable.
Pre-Release Notice: TypeScript module export changes
We're changing the way we export modules in our TypeScript SDK to align with modern Typescript best practices and improve compatibility across different environments.
Removed javax.* Dependencies in Java Core Package
We have eliminated transitive javax.* dependencies from apimatic/core for better compatibility across Java versions.
Improved SDK Client Initialization Code Samples
To improve clarity and onboarding, all client initialization code samples now include relevant code blocks along with 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.
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.