11---
22title : Capabilities
3- description : Fern SDKs are built to have feature you need.
4- subtitle : Fern SDKs are built to have feature you need.
3+ description : Fern SDKs are built to have every feature you need.
4+ subtitle : Fern SDKs are built to have every feature you need.
55layout : overview
66---
77
@@ -13,10 +13,10 @@ layout: overview
1313 Fine-tune SDK resources and method names
1414 </Card >
1515 <Card title = " Schema Validation" icon = " fa-duotone fa-check-circle" >
16- Fail fast if the payloads diverge from your schema
16+ Fail fast if payloads diverge from your schema
1717 </Card >
1818 <Card title = " Discriminated Unions" icon = " fa-duotone fa-code-branch" >
19- Fern SDKs include idiomatic support for discriminated unions
19+ Fern SDKs include support for discriminated unions
2020 </Card >
2121 <Card title = " Multipart Form Data" icon = " fa-duotone fa-upload" >
2222 SDKs that handle multipart form data
@@ -25,7 +25,7 @@ layout: overview
2525 SDKs that are fault-tolerant as your API evolves
2626 </Card >
2727 <Card title = " Registry Publishing" icon = " fa-duotone fa-box" >
28- Fern will automatically publish your SDKs to registries like NPM , PyPI, and Maven
28+ Fern will automatically publish your SDKs to registries like npm , PyPI, and Maven
2929 </Card >
3030 <Card title = " Auto-Pagination" icon = " fa-solid fa-list" href = " /sdks/deep-dives/configure-auto-pagination" >
3131 Paginate through API responses easily with offset, cursor, and link-based pagination.
@@ -39,13 +39,13 @@ layout: overview
3939 Fern supports OAuth as a first class citizen
4040 </Card >
4141 <Card title = " Retries with Backoff" icon = " fa-duotone fa-repeat" >
42- Automatically retry failures with exponential backoff
42+ Automatically retry failed requests with exponential backoff
4343 </Card >
4444 <Card title = " Webhook Signature Verification" icon = " fa-duotone fa-key" >
4545 Verify the signature of incoming webhook requests
4646 </Card >
4747 <Card title = " Idempotency Headers" icon = " fa-solid fa-shield" href = " /sdks/deep-dives/configure-idempotency" >
48- SDKs that safely support retrying requests
48+ Built-in protection against duplicate submissions
4949 <p className = " text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1" >
5050 Learn more
5151 <img src = " ./images/arrow-right-black.svg" alt = " Arrow right light" className = " arrow-right dark:hidden m-0 h-4 w-4" noZoom />
@@ -88,4 +88,4 @@ layout: overview
8888 <img src = " ./images/arrow-right-white.svg" alt = " Arrow right light" className = " arrow-right hidden dark:block m-0 h-4 w-4" noZoom />
8989 </p >
9090 </Card >
91- </CardGroup >
91+ </CardGroup >
0 commit comments