You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-37
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
6
6
<!--  -->
7
7
8
-
9
8
The Fern Typescript library provides access to the Fern's Public API from JavaScript/TypeScript, and from the JavaScript runtime of your choice ([Node, Browser, Deno, Bun and more](#runtime-compatiblity)).
10
9
11
10
## Documentation
@@ -15,13 +14,15 @@ API reference documentation is available [here](https://buildwithfern.com/learn/
15
14
This SDK primarily serves as a way to access Fern's **dynamic snippets** API. Fern's dynamic snippets API is meant to allow users to create code snippets for their Fern-generate SDKs with dynamic payloads.
16
15
17
16
Common use cases include:
17
+
18
18
1. In-app code examples
19
19
2. User-specific code examples in your documentation
20
20
3. So much more!
21
21
22
22
<br/>
23
23
24
24
Notable features:
25
+
25
26
1.[Client-side execution](#client-side-execution), ideal for code examples that change often, potentially due to user input in a browser.
26
27
2.[Dynamic code examples](#dynamic-code-examples)
27
28
3.[Displaying default and auto-generated examples](#default-or-static-code-examples)
0 commit comments