get_file
Retrieve the raw content of a file from a GitLab repository by specifying the project ID, file path, and optionally a branch or tag.
Instructions
Get the content of a file from the repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| file_path | Yes | File path in repository | |
| ref | No | Branch or tag (default: main) |