get_file_content
Read the contents of a file, such as README.md, from a GitHub repository. Provide the repository name, file path, and optionally the branch to retrieve file data via the authenticated token.
Instructions
Get the content of any file (e.g. README.md) from a GitHub repository using the authenticated token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | ||
| repo | Yes | ||
| path | No | README.md | |
| branch | No |