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.
71 posts tagged with "New Feature"
View All Tags馃殌 New APIMatic CLI Commands to Build, Serve, and Customize your Developer Portal Experience
We鈥檝e 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.
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.
Adding Support for Pagination in .NET SDKs
APIMatic now supports four widely-used pagination strategies in .NET 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 Support for llms.txt Generation in Developer Portals
We鈥檙e excited to announce support for generating llms.txt and llms-full.txt files as part of your developer portal. It enables tools like Cursor, GitHub Copilot, ChatGPT, and Claude to quickly understand your documentation.
Adding Support for Pagination in Java SDKs
APIMatic now supports four widely-used pagination strategies in Java 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.
Introducing Support for Layout Configuration in Portal
You can now configure layout within the theme
object of your portal. This gives you precise, declarative control over container alignment and maximum width鈥攅nabling cleaner, more responsive layouts with minimal effort.
Adding Support for Pagination in Python SDKs
APIMatic now supports four widely-used pagination strategies in Python 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.
Introducing Proxy Configuration Support in .NET SDKs
We鈥檝e added support for configuring proxy servers in the generated .NET SDKs.
This enhancement enables API requests to be routed through custom proxy servers, making it easier to work within corporate networks, behind firewalls, or in environments where outbound connections must go through a proxy.
Introducing Proxy Configuration Support in PHP SDKs
We've added support for configuring proxy servers in the generated PHP SDKs.
This update allows API requests to be routed through custom proxy servers, enhancing compatibility with corporate network environments, firewalls, or any setup requiring outbound traffic to pass through a proxy.