gitlab_get_repository_file
Retrieve the content of a specific file from a GitLab repository. Provide the project ID, file path, and branch/tag/commit reference to access file data directly.
Instructions
Get content of a file in a repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | Path of the file in the repository | |
project_id | Yes | The ID or URL-encoded path of the project | |
ref | No | The name of branch, tag or commit |