From 73274cc3bda928de3a52806f3ac9ba1f08b66cd1 Mon Sep 17 00:00:00 2001 From: "Dylan J. Sather" Date: Wed, 18 Sep 2024 20:48:17 -0700 Subject: [PATCH] (docs) Adding unpkg --- docs-v2/pages/connect/api.mdx | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs-v2/pages/connect/api.mdx b/docs-v2/pages/connect/api.mdx index 32c27d60c1aba..e68fb4e0ed6f4 100644 --- a/docs-v2/pages/connect/api.mdx +++ b/docs-v2/pages/connect/api.mdx @@ -17,12 +17,30 @@ https://api.pipedream.com/v1/connect ## Installing the TypeScript SDK -Pipedream's SDK will work in any browser or server that can run JavaScript. To install [the SDK](https://www.npmjs.com/package/@pipedream/sdk), run: +Pipedream's SDK will work in any browser or server that can run JavaScript. + +### npm + +To install [the SDK](https://www.npmjs.com/package/@pipedream/sdk) from npm, run: ```bash npm i --save @pipedream/sdk ``` +### ` +``` + +or a specific version: + +```html + +``` + ## Authentication ### TypeScript SDK (Server)