TypeScript SDK for Pipedream. See the docs for usage instructions.
npm i @pipedream/sdk
The quickstart is the easiest way to get started with the SDK and Pipedream Connect.
See the SDK docs for full usage instructions and examples for each method.
Clone and run the example app to get started.
You can import the SDK from the root package name, and it will automatically load the appropriate code depending on the environment (e.g. Node.js server, browser, etc.).
const { createClient } = require("@pipedream/sdk");
import { createClient } from "@pipedream/sdk";
import { createClient } from "@pipedream/sdk";