Can anyone tell me how to get GitHub repository's directories? Looking at the client.Repository
API doesn't seem to have dir
or it named differently?
Asked
Active
Viewed 256 times
1

Jason
- 1,680
- 3
- 13
- 16
-
Found it after I posted the question. Hope this will help others as well. `await client.Repository.Content.GetAllContents(...)`. By description, it returns the contents of a file or directory in a repository. – Jason Jul 28 '17 at 16:32