repository
Gets the metadata and contents (if a file) of an entry in a repository, or a list of entries if a dir.
This API follows GitHub's design, and it is not easy to use. Recommend users to use the "contents-ext" API instead.
get/repos/{owner}/{repo}/contents/{filepath}
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
filepathstring required
path of the dir, file, symlink or submodule in the repo
Query parameters
refstring
The name of the commit/branch/tag. Default to the repository’s default branch.
Response
ContentsResponse