A platform for version control and collaboration, allowing developers to host and review code, manage projects, and build software together.
BU-Auth-Mode header.Examples:curl https://proxy.bundleup.io/installation/repositories \
-H "Authorization: Bearer sk_live_123" \
-H "BU-Connection-Id: conn_abc123" \
-H "BU-Auth-Mode: installation"curl https://proxy.bundleup.io/user/repos \
-H "Authorization: Bearer sk_live_123" \
-H "BU-Connection-Id: conn_abc123" \
-H "BU-Auth-Mode: user"curl https://proxy.bundleup.io/[...] \
-H "Authorization: Bearer sk_live_123" \
-H "BU-Connection-Id: conn_abc123"curl https://unify.bundleup.io/v1/git/repos \
-H "Authorization: Bearer sk_live_123" \
-H "BU-Connection-Id: conn_abc123"