+ [9 years ago] Dscoduc Hey guys, looking for some help with GitHub
+ [9 years ago] Dscoduc trying to pull a list of files from a remote public repo that I can display in a list on my website
+ [9 years ago] Dscoduc I can see the repo using the command curl -i "https://api.github.com/repos/<username>/repo/"
+ [9 years ago] Dscoduc but I can't figure out how to get back a list of the files in that repo...
+ [9 years ago] morenoh151 VxJasonxV: so there are no shortcuts for marking a notification as read?

message no. 103739

Posted by owen1 in #github at 2015-07-17T22:52:24Z

and i got scared (:
+ [9 years ago] VxJasonxV the shortcut key is ?, you can hit it almost anywhere
+ [9 years ago] VxJasonxV it'll show you the global shortcuts, and any page specific ones
+ [9 years ago] VxJasonxV Dscoduc: https://developer.github.com/v3/repos/contents/#get-contents
+ [9 years ago] Dscoduc I've been reading that for a couple of hours... I've received feedback to try and use "https://api.github.com/repos/dscoduc/PowerShellScripts/git/trees/HEAD"