get_file_contents
Retrieve the content of any file from a repository by specifying owner, repo, and file path, with optional branch or commit reference.
Instructions
Get the contents of a file in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| filepath | Yes | File path in the repository | |
| ref | No | Branch, tag, or commit SHA to get the file from |