Top "Github-api" questions

An API used to retrieve information about data on GitHub.

How to list all GitHub users?

I'm working on a site, need to crawl all user information (at least the user on our site) from GitHub. …

github github-api
What exactly is a Release in GitHub?

What is it exactly? For what is it used? How widespread is the usage? How is it usually used?

git github release github-api
How to create a commit and push into repo with GitHub API v3?

I want to create a repository and Commit a few files to it via any Python package. How do I …

python github github-api
GitHub OAuth2 Token: How to restrict access to read a single private repo

Use-case: Command-line application (which is deployed to a 3rd party machine) needs to be able to download a tarball copy …

git github oauth github-api
Get all file names from a Github repo through the Github API

Is it possible to get all the file names from repository using the GitHub API? I'm currently trying to tinker …

github github-api
How to use GitHub API in Postman

I would like to get a list of public gists in Postman. I can do curl https://api.github.com/…

curl github oauth postman github-api
Example of using github API from javascript

I've been searching on the web for some time and couldn't find an example of how to use the GitHub …

javascript github-api
Get list of organizations on GitHub

Is there a workaround to get the list of organizations on GitHub? For example: https://github.com/showcases/open-source-organizations How …

github github-api github-organizations
How can I use github api to get all tags or releases for a project?

I would like to know how to use the github-api to get all the current releases or tags for a …

github github-api
How do I make a "signup with Github" button like the one on Coderwall?

Is there any documentation about using github to authenticate users on my site? Preferably in PHP. Like the button here: …

oauth github github-api