web icon indicating copy to clipboard operation
web copied to clipboard

Use GitHub tree to list files

Open Southclaws opened this issue 5 years ago • 0 comments

To remove dependency on the API for docs, we can use the GitHub tree API:

Example: https://api.github.com/repos/openmultiplayer/web/git/trees/master?recursive=true

Docs: https://docs.github.com/en/rest/reference/git#get-a-tree

Southclaws avatar Feb 26 '21 19:02 Southclaws