list_repos
List repositories for a user, organisation, or the caller. Automatically selects the correct endpoint to show public repositories and, for the authenticated caller, private ones.
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 | |||