+[9 years ago]Seveasas I said, you should send JSON. +[9 years ago]aviaryanokay got it. Thanks for your help. +[9 years ago]qenghoI'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? +[9 years ago]qenghohttps://api.github.com/orgs/github/issues +[9 years ago]qenghoI 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.
+[9 years ago]VxJasonxVqengho: I'm going to hazard a guess and say the API doesn't currently decide between public and private repo issues +[9 years ago]VxJasonxVso it always requires authentication +[9 years ago]GeoHi, 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? +[9 years ago]deltabgive the name after the repo +[9 years ago]deltabgit clone https://github.com/eggheads/eggdrop.git eggdrop-1.6