Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
feat: mention the ampli.client in ampli.md (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao900914 authored Sep 1, 2023
1 parent 30a3334 commit 33081fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/data/sdks/typescript-node/ampli.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ The Ampli Wrapper depends on the Amplitude SDK. If you haven't already, install
## Ampli Wrapper API
--8<-- "includes/ampli/ampli-ts-client.md"
### Load
Initialize Ampli in your code.
Expand Down
2 changes: 2 additions & 0 deletions docs/data/sdks/typescript-react-native/ampli.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ If you haven't already, install the core Amplitude SDK dependencies.
## API
--8<-- "includes/ampli/ampli-ts-client.md"
### Load
Initialize Ampli in your code.
Expand Down
1 change: 1 addition & 0 deletions includes/ampli/ampli-ts-client.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ampli generate a thin facade over the Amplitude SDK which provides convenience methods. Moreover, the Ampli Wrapper grants access to every method of the underlying Amplitude SDK through `ampli.client`. [More details](../../ampli-overview/#wrapping-the-amplitude-sdk).
2 changes: 2 additions & 0 deletions includes/sdk-ts-browser/ampli.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ If you haven't already, install the core Amplitude SDK dependencies.
## API
--8<-- "includes/ampli/ampli-ts-client.md"
### Load
Initialize Ampli in your code.
Expand Down

0 comments on commit 33081fe

Please sign in to comment.