Retour à GitHub
Connecter Knoon AI avec GitHub pour automatiser les flux de travail AI.
List repositories visible to the authenticated user.
githubDefaultListRepositories
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| visibility | string | Optional visibility: all, public, private. | Non |
| affiliation | string | Optional affiliation filter. | Non |
| sort | string | Optional sort: created, updated, pushed, full_name. | Non |
| direction | string | Optional direction: asc or desc. | Non |
| perPage | mustache | Optional page size (1-100, default 30). | Non |
| page | mustache | Optional page number (default 1). | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |