חזרה אל 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. |