v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
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.