We've expanded the openapi-v3-apimatic-linting,openapi-v3-codegen-linting, openapi-v3-standard-linting, and openapi-v3-standards-validation rulesets with new linting and validation rules covering Pagination, Webhooks, and Callbacks.
87 posts tagged with "New Feature"
View All TagsOrganize Your Portal Sidebar with Webhook and Callback Groups
Managing event-driven APIs just got simpler. The Developer Portal now lets you include all webhooks or callbacks from a group directly in toc.yml with a single webhook-group or callback-group entry — no more listing every event by hand.
Organize Your Portal Sidebar with Endpoint Groups
You can now reference entire endpoint groups in toc.yml using endpoint-group, making it easier to organize large APIs and keep your documentation in sync with your API specification.
Introducing Client Initialization from Configuration in TypeScript SDKs
We have added support for initializing the TypeScript SDK from JSON configuration files and environment variables to simplify setup and enhance developer experience.
Introducing A New OpenAPI Linting Ruleset for Agentic Tools Generation
We've introduced a new OpenAPI linting ruleset for Agentic Tools generation.
IRB Support for the Ruby SDKs
We have added support for exploring the Ruby SDK interactively using IRB (Interactive Ruby).
Introducing Client Initialization from Configuration in .NET SDKs
We have added support for initializing the .NET SDK from configuration to simplify setup and enhance developer experience.
Introducing Client Initialization from Environment in Ruby SDKs
We have added support for initializing the Ruby SDK from environment to simplify setup and enhance developer experience.
Introducing Client Initialization from Environment in Python SDKs
We have added support for initializing the SDK directly from environment to simplify setup and enhance developer experience.
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.