Skip to content

Is there a file listing Interface

I try to implement a pyfilesystem2 implementation of IGitt.

For this I need to access branches and including files directly online.

Is there a function to get a filelist/urllist of files included in a repository?

Also would it be nice to have a solution for accessing repositories without the need of a Token (read only).

Thank you, merlink