Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 711 Bytes

File metadata and controls

29 lines (19 loc) · 711 Bytes

BundleUp Python SDK Examples

This folder contains runnable scripts that show common SDK workflows.

Prerequisites

  • Python 3.8+
  • pip install -r requirements.txt run from bundleup-sdk-python/
  • BUNDLEUP_API_KEY set in your environment

For examples that use a connected integration, also set:

  • BUNDLEUP_CONNECTION_ID

Run an Example

From bundleup-sdk-python/:

python examples/basic_usage.py
python examples/proxy_api.py
python examples/unify_api.py

Scripts

  • basic_usage.py — initialize the SDK and list connections, integrations, and webhooks
  • proxy_api.py — send a GET request through the Proxy API
  • unify_api.py — call Unify Chat, Git, and PM endpoints