GitHub に戻る
GitHub と Knoon AI を接続して 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. |