I've been looking for a way to get binary files (contents) of Github private repositories and organization repositories through GitHub API, in order to build those files and deploy them for users. (in order to create a minimized version of clone deployment service)
It seems it is able to get binary files from Github releases through Github API. However, couldn't find a way to get files (contents) of repositories (not releases).
Is there any way to get contents of Github repositories?