This folder contains runnable scripts that show common SDK workflows.
- Ruby 2.7+
bundle installrun frombundleup-sdk-ruby/BUNDLEUP_API_KEYset in your environment
For examples that use a connected integration, also set:
BUNDLEUP_CONNECTION_ID
From bundleup-sdk-ruby/:
ruby examples/basic_usage.rb
ruby examples/proxy_api.rb
ruby examples/unify_api.rbbasic_usage.rb— initialize the SDK and list connections, integrations, and webhooksproxy_api.rb— send a GET request through the Proxy APIunify_api.rb— call Unify Chat, Git, and PM endpoints