get_file_contents
Retrieve the contents of a file or directory from a Gitee repository by specifying the owner, repository, path, and optional branch. Designed to simplify file access and management in Gitee projects.
Instructions
获取 Gitee 仓库中文件或目录的内容
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | Branch name, defaults to the repository's default branch | |
owner | Yes | Repository owner path (enterprise, organization, or personal path) | |
path | Yes | File path | |
repo | Yes | Repository path |