Tilbage til GitHub
Forbind Knoon AI med GitHub for at automatisere AI-arbejdsgange.
List repositories visible to the authenticated user.
githubDefaultListRepositories
BETA
Internt
Tilladelser
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| visibility | string | Optional visibility: all, public, private. | Nej |
| affiliation | string | Optional affiliation filter. | Nej |
| sort | string | Optional sort: created, updated, pushed, full_name. | Nej |
| direction | string | Optional direction: asc or desc. | Nej |
| perPage | mustache | Optional page size (1-100, default 30). | Nej |
| page | mustache | Optional page number (default 1). | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| id | number | Repository ID. |
| name | string | Repository name. |
| fullName | string | owner/repo. |
| private | boolean | Private repository flag. |
| defaultBranch | string | Default branch name. |
| htmlUrl | string | Repository URL. |