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.
85 posts tagged with "New Feature"
View All TagsIntroducing 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.
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.
Introducing Proxy Configuration Support in Python SDKs
We’ve added support for configuring proxy servers in the generated Python SDKs.