|
1 | 1 | --- |
2 | 2 | title: Capabilities |
3 | | -description: |
| 3 | +description: Fern SDKs are built to have feature you need. |
| 4 | +subtitle: Fern SDKs are built to have feature you need. |
| 5 | +layout: overview |
4 | 6 | --- |
5 | 7 |
|
6 | | -<CardGroup cols={2}> |
7 | | - <Card title="Strongly Typed" icon="fa-solid fa-shield-halved"> |
| 8 | +<CardGroup cols={3}> |
| 9 | + <Card title="Strongly Typed" icon="fa-duotone fa-shield-halved"> |
8 | 10 | Move fast and break nothing with type safety |
9 | 11 | </Card> |
10 | | - <Card title="Idiomatic Method Names" icon="fa-solid fa-code"> |
| 12 | + <Card title="Idiomatic Method Names" icon="fa-duotone fa-code"> |
11 | 13 | Fine-tune SDK resources and method names |
12 | 14 | </Card> |
13 | | - <Card title="Schema Validation" icon="fa-solid fa-check-circle"> |
| 15 | + <Card title="Schema Validation" icon="fa-duotone fa-check-circle"> |
14 | 16 | Fail fast if the payloads diverge from your schema |
15 | 17 | </Card> |
16 | | - <Card title="Discriminated Unions" icon="fa-solid fa-code-branch"> |
| 18 | + <Card title="Discriminated Unions" icon="fa-duotone fa-code-branch"> |
17 | 19 | Fern SDKs include idiomatic support for discriminated unions |
18 | 20 | </Card> |
19 | | - <Card title="Multipart Form Data" icon="fa-solid fa-upload"> |
| 21 | + <Card title="Multipart Form Data" icon="fa-duotone fa-upload"> |
20 | 22 | SDKs that handle multipart form data |
21 | 23 | </Card> |
22 | | - <Card title="Forward Compatibility" icon="fa-solid fa-arrow-right"> |
| 24 | + <Card title="Forward Compatibility" icon="fa-duotone fa-arrow-right"> |
23 | 25 | SDKs that are fault-tolerant as your API evolves |
24 | 26 | </Card> |
25 | | - <Card title="Registry Publishing" icon="fa-solid fa-box"> |
| 27 | + <Card title="Registry Publishing" icon="fa-duotone fa-box"> |
26 | 28 | Fern will automatically publish your SDKs to registries like NPM, PyPI, and Maven |
27 | 29 | </Card> |
28 | 30 | <Card title="Auto-Pagination" icon="fa-solid fa-list" href="/sdks/deep-dives/configure-auto-pagination"> |
29 | 31 | Paginate through API responses easily with offset, cursor, and link-based pagination. |
| 32 | + <p className="text-(color:--accent-a12)">Learn more</p> |
30 | 33 | </Card> |
31 | | - <Card title="OAuth Token Refresh" icon="fa-solid fa-arrows-rotate"> |
| 34 | + <Card title="OAuth Token Refresh" icon="fa-duotone fa-arrows-rotate"> |
32 | 35 | Fern supports OAuth as a first class citizen |
33 | 36 | </Card> |
34 | | - <Card title="Retries with Backoff" icon="fa-solid fa-repeat"> |
| 37 | + <Card title="Retries with Backoff" icon="fa-duotone fa-repeat"> |
35 | 38 | Automatically retry failures with exponential backoff |
36 | 39 | </Card> |
37 | | - <Card title="Webhook Signature Verification" icon="fa-solid fa-key"> |
| 40 | + <Card title="Webhook Signature Verification" icon="fa-duotone fa-key"> |
38 | 41 | Verify the signature of incoming webhook requests |
39 | 42 | </Card> |
40 | 43 | <Card title="Idempotency Headers" icon="fa-solid fa-shield" href="/sdks/deep-dives/configure-idempotency"> |
41 | 44 | SDKs that safely support retrying requests |
42 | 45 | </Card> |
43 | | - <Card title="Server-Sent Events" icon="fa-solid fa-broadcast-tower"> |
| 46 | + <Card title="Server-Sent Events" icon="fa-duotone fa-broadcast-tower"> |
44 | 47 | Stream JSON data from your server to your client (i.e. chat completions) |
45 | 48 | </Card> |
46 | | - <Card title="Integration Tests" icon="fa-solid fa-flask"> |
| 49 | + <Card title="Integration Tests" icon="fa-duotone fa-flask"> |
47 | 50 | Test your SDK against a mock server |
48 | 51 | </Card> |
49 | | - <Card title="Code Snippets" icon="fa-solid fa-brackets-curly"> |
| 52 | + <Card title="Code Snippets" icon="fa-duotone fa-brackets-curly"> |
50 | 53 | No longer depend on manually written code snippets |
51 | 54 | </Card> |
52 | | - <Card title="Augment with Custom Code" icon="fa-solid fa-puzzle-piece" href="/sdks/generators/typescript/adding-custom-code"> |
| 55 | + <Card title="Augment with Custom Code" icon="fa-duotone fa-puzzle-piece" href="/sdks/generators/typescript/adding-custom-code"> |
53 | 56 | Extend the generated SDK to provide additional functionality |
54 | 57 | </Card> |
55 | | - <Card title="Merging Multiple APIs" icon="fa-solid fa-code-merge" href="/sdks/overview/set-up-the-fern-folder#configure-multiple-apis"> |
| 58 | + <Card title="Merging Multiple APIs" icon="fa-duotone fa-code-merge" href="/sdks/overview/set-up-the-fern-folder#configure-multiple-apis"> |
56 | 59 | Multiple API Definitions. One SDK. |
57 | 60 | </Card> |
58 | | - <Card title="WebSockets" icon="fa-solid fa-bolt"> |
| 61 | + <Card title="WebSockets" icon="fa-duotone fa-bolt"> |
59 | 62 | Send and receive messages over WebSockets |
60 | 63 | </Card> |
61 | | - <Card title="Model Context Protocol" icon="fa-solid fa-layer-group" href="/sdks/generators/mcp-server"> |
| 64 | + <Card title="Model Context Protocol" icon="fa-duotone fa-layer-group" href="/sdks/generators/mcp-server"> |
62 | 65 | Learn how to use the Model Context Protocol (MCP) to integrate AI capabilities with your Fern documentation |
63 | 66 | </Card> |
64 | 67 | </CardGroup> |
0 commit comments