Voltar para GitHub
Conectar Knoon AI com GitHub para automatizar fluxos de trabalho de AI.
List repositories visible to the authenticated user.
githubDefaultListRepositories
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| visibility | string | Optional visibility: all, public, private. | Não |
| affiliation | string | Optional affiliation filter. | Não |
| sort | string | Optional sort: created, updated, pushed, full_name. | Não |
| direction | string | Optional direction: asc or desc. | Não |
| perPage | mustache | Optional page size (1-100, default 30). | Não |
| page | mustache | Optional page number (default 1). | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |