get_file_contents
Retrieve file or directory contents from a GitLab project by specifying the project ID, file path, and branch/tag reference.
Instructions
Get the contents of a file or directory from a GitLab project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or complete URL-encoded path to project | |
| file_path | Yes | Path to the file or directory | |
| ref | No | Branch/tag/commit to get contents from |