gitee_get_gist_commits
Retrieve commit history for a specific gist by providing its ID. Supports pagination with page and per_page parameters.
Instructions
List commits for a gist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Gist ID | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |