@pipedream/sdk
TypeScript icon, indicating that this package has built-in type declarations

1.5.5 • Public • Published

@pipedream/sdk

TypeScript SDK for Pipedream. See the docs for usage instructions.

Install

npm i @pipedream/sdk

Quickstart

The quickstart is the easiest way to get started with the SDK and Pipedream Connect.

Usage

See the SDK docs for full usage instructions and examples for each method.

Example App

Clone and run the example app to get started.

Importing the Client

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.).

CommonJS Modules

const { createClient } = require("@pipedream/sdk");

ES Modules

import { createClient } from "@pipedream/sdk";

Browser

import { createClient } from "@pipedream/sdk";

Readme

Keywords

Package Sidebar

Install

npm i @pipedream/sdk

Weekly Downloads

4,664

Version

1.5.5

License

SEE LICENSE IN LICENSE

Unpacked Size

723 kB

Total Files

23

Last publish

Collaborators

  • sacerdoti
  • casret
  • tjk
  • adolfo-pd
  • danpipedream
  • jasonatpipedream
  • alan-pipedream