+[2016-05-04T14:46:52Z]T3ZlckNvZGVyNo I mean Pull requests +[2016-05-04T14:47:02Z]T3ZlckNvZGVyIt's a repo in the end, right? +[2016-05-04T23:18:08Z]GizerHello, I am using the github API to get all the issues of a repository, since I want to count all open issues I was looking for the open_issues_count, but it's not coming up in my json +[2016-05-04T23:30:03Z]srpxHow do I check if I have write access to a repository? I'm trying to push to a repository that I just cloned, and that I can pull, but I get: remote: Repository not found +[2016-05-04T23:30:19Z]srpxWhich is kinda a stupid message because if the repository is not found, how can I pull?...
when you create client app, what is the best practice for download links ?
+[2016-05-04T23:59:05Z]VxJasonxVit sounds like you don't have push access to it +[2016-05-04T23:59:28Z]VxJasonxVGitHub serves 404s instead of 403s in order to prevent information disclosure +[2016-05-05T01:42:21Z]ardian_Hello I am having an issue with github, for example the issue counter shows a lower number, rather with API I get a different number of the total open issues +[2016-05-05T01:43:29Z]ardian_I have tried different libraries in ruby and python but the number is not close enough to the counter of the web version of github +[2016-05-05T01:53:25Z]ardian_ok just confirmed that the API is working and it takes sometime for the web to update, using http://githubstats.com/ showed the same number as my own script.