repository
Get a file from a repository
get/repos/{owner}/{repo}/raw/{filepath}
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
filepathstring required
path of the file to get, it should be "{ref}/{filepath}". If there is no ref could be inferred, it will be treated as the default branch
Query parameters
refstring
The name of the commit/branch/tag. Default to the repository’s default branch
Response
Returns raw file content.