+ [2016-03-06T18:06:01Z] Seveas as I said, you should send JSON.
+ [2016-03-06T18:08:43Z] aviaryan okay got it. Thanks for your help.
+ [2016-03-06T21:16:18Z] qengho I'm trying to figure out an aspect of Github's API: https://api.github.com/orgs/github lists many URLs. repos, members, events -- all are good URLs, but issues and hooks give a 404. Can't I make an un-authenticated call to list an org's public issues?
+ [2016-03-06T21:17:44Z] qengho https://api.github.com/orgs/github/issues
+ [2016-03-06T21:19:43Z] qengho I have a small org with several repos. I want the public web page to list the help-needed issues. I can't iterate over repos, as that's too expensive and most have no help-needed issues anyway.

message no. 126119

Posted by sim642 in #github at 2016-03-06T11:31:53Z

or I have to manually modify each page on the website separately
+ [2016-03-07T01:05:51Z] VxJasonxV qengho: I'm going to hazard a guess and say the API doesn't currently decide between public and private repo issues
+ [2016-03-07T01:06:01Z] VxJasonxV so it always requires authentication
+ [2016-03-07T01:46:43Z] Geo Hi, is there a way to change what base dir a repo is cloned into? Example, https://github.com/eggheads/eggdrop.git clones into a dir called 'eggdrop' - (I'm a maintainer) I'd rather have that create a dir called eggdrop-1.6 or something similar... any thoughts?
+ [2016-03-07T01:47:53Z] deltab give the name after the repo
+ [2016-03-07T01:48:24Z] deltab git clone https://github.com/eggheads/eggdrop.git eggdrop-1.6