Wróć do GitHub
Połącz Knoon AI z GitHub, aby zautomatyzować przepływy pracy AI.
List repositories visible to the authenticated user.
githubDefaultListRepositories
BETA
Wewnętrzny
Uprawnienia
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| visibility | string | Optional visibility: all, public, private. | Nie |
| affiliation | string | Optional affiliation filter. | Nie |
| sort | string | Optional sort: created, updated, pushed, full_name. | Nie |
| direction | string | Optional direction: asc or desc. | Nie |
| perPage | mustache | Optional page size (1-100, default 30). | Nie |
| page | mustache | Optional page number (default 1). | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |