github-api
Why does Github API only returns the first 100 watched repositories?
I\'m watching 392 repositories on Github. However, the Github API only returns 100. Does anyone have any idea why?[详细]
2023-04-13 04:07 分类:问答JavaScript XHR w/ GitHub API
开发者_高级运维I\'m trying to use XHR to access the GitHub HTTP API, and I\'m being rather badly defeated by the Same Origin Policy.I\'m quite sure that easyXDM is overkill for this, but I don\'t know[详细]
2023-04-12 01:23 分类:问答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 figure it out. I know that a private feed is available with the following syntax:[详细]
2023-04-04 02:49 分类:问答How to list all GitHub users?
I\'m working on a site, need to cr开发者_如何学Goawl all user information (at least the user on our site) from GitHub. I searched GitHub API, and found no answer.[详细]
2023-04-02 20:15 分类:问答Homebrew: how to use the formula from the pull request
I\'m new to GIT and GitHub (and Homebrew for that matter); the formula for emacs in th开发者_StackOverflow中文版e main repository is broken in OS X Lion, but there is a \"pull request\" (https://githu[详细]
2023-04-02 00:03 分类:问答Question using github API
I\'m using the Github API for a personal side project (more specifically, Octokit as a Ruby wrapper for it), and am running into a little trouble. I can\'t seem to figure out how to see the number of[详细]
2023-04-01 00:28 分类:问答Delete a tag with github v3 API
I can create an a开发者_Python百科nnotated tag using the GitHub v3 API by following their directions. I create the tag object, then the ref object. Everything good there.[详细]
2023-03-31 15:43 分类:问答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? Prefe开发者_开发问答rably in PHP.[详细]
2023-03-31 10:07 分类:问答github issues api 401, why? (django)
I\'m trying to integrate github issues api into a project. I think I\'m following the rules of oauth, and everything that is needed and mentioned on http://develop.github.com/p/issues.html,[详细]
2023-03-20 14:09 分类:问答Grabbing a remote JSON feed and displaying some values
I want to grab the following JSON feed from https://api.github.com/users/mojombo: { \"public_repos\": 52,[详细]
2023-03-18 20:54 分类:问答