Is there any way to list all GitHub repository's folders and their contents without downloading or cloning it to my local using java API like egit or any API?
Asked
Active
Viewed 62 times
1
-
4you might want to check github rest api to get started – lazyneuron Dec 17 '18 at 16:31
-
Yes, the duplicate I proposed uses Python, but I don't really think the implementation language is that important. It's GitHub's API that matters here. – ChrisGPT was on strike Dec 17 '18 at 17:07