latest 7 messages by Dscoduc
+
[2015-07-18T00:13:39Z]
Dscoduc
any help on the actual request URL for the JSON query? Here is my example syntax: "http://localhost/service.svc/json"
+
[2015-07-18T00:02:29Z]
Dscoduc
this returns a json response of all of the files
+
[2015-07-18T00:02:13Z]
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"
+
[2015-07-17T23:50:29Z]
Dscoduc
but I can't figure out how to get back a list of the files in that repo...
+
[2015-07-17T23:50:06Z]
Dscoduc
I can see the repo using the command curl -i "https://api.github.com/repos/<username>/repo/"
+
[2015-07-17T23:49:36Z]
Dscoduc
trying to pull a list of files from a remote public repo that I can display in a list on my website
+
[2015-07-17T23:49:12Z]
Dscoduc
Hey guys, looking for some help with GitHub