Назад к GitHub
Подключите Knoon AI к GitHub, чтобы автоматизировать AI рабочие процессы.
List repositories visible to the authenticated user.
githubDefaultListRepositories
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| visibility | string | Optional visibility: all, public, private. | Нет |
| affiliation | string | Optional affiliation filter. | Нет |
| sort | string | Optional sort: created, updated, pushed, full_name. | Нет |
| direction | string | Optional direction: asc or desc. | Нет |
| perPage | mustache | Optional page size (1-100, default 30). | Нет |
| page | mustache | Optional page number (default 1). | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |