Closed
Description
The current Repo Contents API supports raw file retrieval, but there doesn't seem to be a way to list the files in the repo. (Both GitHub and GitLab support this via the Tree API or a file access endpoint that also supports directory listing).
The motivation for this is that I would like to access a small subset of files in gitea repos, without cloning the repo or scraping the web interface.
Related to #64.