The current implementation to GET a repository's content that was added in #80 does not get a directory tree recursively - it only returns a single, end subdirectory and its files. This is ok for now, but returning all directories recursively could be enabled easily by passing an option with RepositoryContentGetOptions, specifically here.
See documentation:
Alternatively, it would be nice to have the option to pass any RepositoryContentGetOptions :)