gitee_get_file_contents
Retrieve file contents from a Gitee repository by providing owner, repo, file path, and optional branch or tag.
Instructions
Get file contents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| path | Yes | File path | |
| ref | No | Branch/tag/commit | |
| token | No | Private token (overrides env) |