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

message no. 103700

Posted by irctc519 in #github at 2015-07-17T05:18:25Z

it works for me as well but for another repository
+ [10 years ago] VxJasonxV the shortcut key is ?, you can hit it almost anywhere
+ [10 years ago] VxJasonxV it'll show you the global shortcuts, and any page specific ones
+ [10 years ago] VxJasonxV Dscoduc: https://developer.github.com/v3/repos/contents/#get-contents
+ [10 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"