diff --git a/fern/assets/styles.css b/fern/assets/styles.css index 54f5b862c..fa8e30b15 100644 --- a/fern/assets/styles.css +++ b/fern/assets/styles.css @@ -348,7 +348,7 @@ a[href*="changelog"] svg { } } } -/*** START -- SDKS HOMEPAGE STYLING ***/ +/*** END -- SDKS HOMEPAGE STYLING ***/ /*** START -- LANDING PAGE STYLING ***/ :is(.dark) { diff --git a/fern/products/sdks/capabilities.mdx b/fern/products/sdks/capabilities.mdx index 46879d916..27272c85f 100644 --- a/fern/products/sdks/capabilities.mdx +++ b/fern/products/sdks/capabilities.mdx @@ -1,64 +1,91 @@ --- title: Capabilities -description: +description: Fern SDKs are built to have feature you need. +subtitle: Fern SDKs are built to have feature you need. +layout: overview --- - - + + Move fast and break nothing with type safety - + Fine-tune SDK resources and method names - + Fail fast if the payloads diverge from your schema - + Fern SDKs include idiomatic support for discriminated unions - + SDKs that handle multipart form data - + SDKs that are fault-tolerant as your API evolves - + Fern will automatically publish your SDKs to registries like NPM, PyPI, and Maven Paginate through API responses easily with offset, cursor, and link-based pagination. +

+ Learn more + Arrow right light + Arrow right light +

- + Fern supports OAuth as a first class citizen - + Automatically retry failures with exponential backoff - + Verify the signature of incoming webhook requests SDKs that safely support retrying requests +

+ Learn more + Arrow right light + Arrow right light +

- + Stream JSON data from your server to your client (i.e. chat completions) - + Test your SDK against a mock server - + No longer depend on manually written code snippets - + Extend the generated SDK to provide additional functionality +

+ Learn more + Arrow right light + Arrow right light +

- + Multiple API Definitions. One SDK. +

+ Learn more + Arrow right light + Arrow right light +

- + Send and receive messages over WebSockets - + Learn how to use the Model Context Protocol (MCP) to integrate AI capabilities with your Fern documentation +

+ Learn more + Arrow right light + Arrow right light +

\ No newline at end of file