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. |