ย้อนกลับไปยัง 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. |