Github List Repos
github_list_reposLists repositories for a user, organisation, or the caller, selecting the right endpoint to include private repos when owner is omitted.
Instructions
Lists repositories for a user, an organisation, or the caller. The owner's account type picks the endpoint, since /orgs 404s on a person and /users hides an organisation's private repositories. See #354.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | updated | |
| owner | No | User or organisation. Omit for the caller's own, which is the only way to see private ones | |
| per_page | No | Number of results per page (1-100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||