pipedream

package module
v0.1.0-alpha.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2025 License: MIT Imports: 3 Imported by: 0

README

pipedream-go-sdk

Welcome! 👋
This is a Go SDK for interacting with Pipedream's APIs, supports both the Connect and REST APIs.


✨ What it does

  • Provides access to both Connect and REST API endpoints
  • Makes it easy to manage workflows, sources, webhooks, and more
  • Supports both OAuth tokens and API keys
  • Designed to be testable, modular, and developer-friendly

📦 Install

go get github.com/cloudsquid/pipedream-go-sdk

Examples

Explore usage examples for both API groups:

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SDK

type SDK struct {
	// contains filtered or unexported fields
}

func NewPipedreamClient

func NewPipedreamClient(
	apiKey string,
	projectID string,
	environment string,
	clientID string,
	clientSecret string,
	allowedOrigins []string,
	connectURL string,
	restURL string,
) *SDK

func (*SDK) Connect

func (sdk *SDK) Connect() *connect.Client

func (*SDK) Rest

func (sdk *SDK) Rest() *rest.Client

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL