Skip to content

Commit a239715

Browse files
authored
Add Pro Feature snippet to relevant pages in SDKs section (#94)
1 parent 8d4937d commit a239715

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

fern/products/sdks/guides/configure-auto-pagination.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Configure Auto Pagination
33
description: Paginate through API responses easily with offset, cursor, and link-based pagination.
44
---
55

6+
<Markdown src="/snippets/pro-callout.mdx"/>
7+
68
Fern's auto pagination supports offset-based and cursor-based pagination schemes,
79
providing SDK users with simple iterators to loop through all results instead of
810
managing pagination complexity manually.

fern/products/sdks/guides/configure-idempotency.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Configure Idempotency Headers
33
description: SDKs that safely support retrying requests
44
---
55

6+
<Markdown src="/snippets/pro-callout.mdx"/>
7+
68
For endpoints you've configured as idempotent, Fern's SDKs allow you to
79
specify idempotency headers. Typically the headers include `Idempotency-Key`,
810
but you can also specify additional headers.

fern/products/sdks/guides/filter-your-endpoints-audiences.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Filter Your Endpoints (Audiences)
33
description: Guide to filtering your API endpoints using audiences.
44
---
55

6+
<Markdown src="/snippets/pro-callout.mdx"/>
7+
68
Learn how to use audiences to filter which endpoints are included in your SDKs and documentation.
79

810
<Warning>Docs are coming soon for this page.<br/><br/>Please [book a demo](https://buildwithfern.com/book-demo) or [reach out to us](https://buildwithfern.com/book-demo) to get set up with this feature. </Warning>

fern/products/sdks/overview/java/custom-code.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ description: Augment your Java SDK with custom utilities
106106

107107
## Adding custom dependencies
108108

109+
<Markdown src="/snippets/pro-callout.mdx"/>
110+
109111
To add packages that your custom code requires, update your `generators.yml`.
110112

111113
```yaml {4-7} title="generators.yml"

fern/products/sdks/overview/python/custom-code.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ description: Augment your Python SDK with custom utilities
117117

118118
## Adding custom dependencies
119119

120+
<Markdown src="/snippets/pro-callout.mdx"/>
121+
120122
To add packages that your custom code requires, update your `generators.yml`.
121123

122124
```yaml {4-7} title="generators.yml"

fern/products/sdks/overview/typescript/custom-code.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ description: Augment your TypeScript SDK with custom utilities
109109

110110
## Custom dependencies
111111

112+
<Markdown src="/snippets/pro-callout.mdx"/>
113+
112114
To add packages that your custom code requires, update your `generators.yml`.
113115

114116
```yaml {4-7} title="generators.yml"

0 commit comments

Comments
 (0)