Top "Github-api" questions

An API used to retrieve information about data on GitHub.

Github API: Retrieve all commits for all branches for a repo

According to the V2 documentation, you can list all commits for a branch with: commits/list/:user_id/:repository/:branch …

github-api
Setting up a Github Commit RSS feed

I am trying to have my github commits as an RSS feed but so far I have not managed to …

github rss feed github-api atom-feed
Trouble setting up Tower with my GitHub Account - error: could not lock config file

I've been using the GitHub for Mac app but on the suggestion of a friend, decided to give Tower a …

git github github-api github-for-mac git-tower
Generate download link for a single folder in GitHub

I have a repository that has several folders of code. I'd like to be able to provide a link to …

github github-api
Get github username by id

Using this link I can see that my (tonylampada) id on github is 218821 https://api.github.com/users/tonylampada How …

github github-api
How to list organization's private repositories via GitHub API?

I'm trying to get a list of an organization's all repositories, including private ones. (Or to be more specific, all …

github github-api github-organizations
How do I generate the GitHub OAuth token for organization accounts?

I have created an organization on GitHub. My organization has some repos. These repos have API documentation that I would …

git github github-api github-pages
Get GitHub avatar from email or name

I'm trying to get the GitHub user picture (avatar) from users of GitHub. I've found these API: https://avatars.githubusercontent.…

github-api
how to use github api token in python for requesting

I'm able to obtain Github api token in python using username and password but i'm not able to use that …

api python-2.7 oauth-2.0 python-requests github-api
Is it possible to get a list of merges into a branch from the Github website OR API?

In our workflow, no "direct" commits are made into the master branch. The master branch only receives merges from Pull …

git github branching-and-merging github-api