Dan aka deeja on github:: Get all file names from a public Github repo through the Github API using git trees- Stack Overflow
Discovered: Jun 27, 2025 14:29 Dan aka deeja on github:: Get all file names from a public Github repo through the Github API using git trees- Stack Overflow <– QUOTE: https://api.github.com/repos/[USER]/[REPO]/git/trees/[BRANCH]?recursive=1
e.g. https://api.github.com/repos/thunderbird/thunderbird-notes/git/trees/master?recursive=1 <– I will use this to get all the thunderbird-notes yaml files.