provider usersusers GET
/api/users/{uuid}/integrations/github/{installation_id}/branches/ @utdk/posthog
/api/users/{uuid}/integrations/github/{installation_id}/branches/ List branches for a personal GitHub installation repository
List branches for a repository accessible to a personal GitHub installation.
- installation_id path required
- string
- limit query
- Maximum number of branches to return
- integer
- offset query
- Number of branches to skip
- integer
- repo query required
- Repository in owner/repo format
- string
- search query
- Optional case-insensitive branch name search query.
- string
- uuid path required
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.usersIntegrationsGithubBranchesRetrieve({
"limit": 100,
"offset": 0
})