github.file
Description
GitHub repository file
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| path | string | File path |
| name | string | File name |
| type | string | File type |
| sha | string | File shasum |
| isBinary | bool | Whether the file is a binary |
| files | []github.file | List of files in the directory |
| ownerName | string | File owner |
| repoName | string | File repository name |
| content | string | File content |
| downloadUrl | string | File download URL |
| exists | bool | Whether the file exists in the repository |