Open
Description
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:
- github api https://docs.github.com/en/rest/reference/git#trees
- go-gitlab https://pkg.go.dev/github.com/xanzy/go-gitlab#ListTreeOptions
Alternatively, it would be nice to have the option to pass any RepositoryContentGetOptions
:)
Metadata
Metadata
Assignees
Labels
No labels