This is a read-only snapshot of
the ComputerCraft forums
, taken in April 2020.
ComputerCraft
→
Ask a Pro
Is there a way to list files in GitHub with the HTTP API?
Started by Sammich Lord, 03 September 2012 - 09:53 PM
Sammich Lord
#1
1214 posts
Location
The Sammich Kingdom
Posted 03 September 2012 - 11:53 PM
I use GitHub a lot and I made a program to download from there but I don't know how to list files in a repo.
Does anybody know?
MysticT
#2
1604 posts
Posted 04 September 2012 - 02:01 AM
Take a look at the
github api
. I was doing something like that to, but never finished it. If I find the file I'll give you some code to do what you want.