Top "Github-api" questions

An API used to retrieve information about data on GitHub.

whats the lifetime of Github OAuth API access token

what is the expiry time of github oauth access token. And also how do I renew it. I don't see …

github github-api
Is there a way to get the latest tag of a given repo using github API v3

I am relatively new to the github api and I am struggling to get the latest tag of a given …

git github-api
How to delete a GitHub repo using the API

I am getting familiar with the GitHub API http://developer.github.com/v3/ I am trying things out both with …

github-api
How to create repository in github through github API?

I am trying to use github api to create repositories under a particular organization. I was looking at this site …

git curl github github-api
On GitHub API - what is the best way to get the last commit message associated with each file?

So far as I understand it, messages are associated with commits. But when you look at a repo on GitHub …

github comments github-api
How to parse link header from github API

the github API sends the pagination data for the json results in the http link header: Link: <https://api.…

javascript json github jsonp github-api
What is "Developer Program Member" on Github.com

I have seen couple of Github profiles having "Developer Program Member". I searched on Google a lot but not able …

github github-api
Github API List all repositories and repo's content

If I was to go about displaying just MY github repositories and their contents on an external website how would …

php javascript github github-api
Github - remove issues entered in error

Dozens of issues have been entered into my project on github that have no place there. Some Einstein ran a …

github github-api
What's my GitHub appliance's REST API endpoint?

I want to use Groovy, HttpBuilder and REST API to access our company's onsidte GitHub appliance. The GitHub developer's site: …

github-api