The entire repo is only a Readme file, and a folder with 20 text files.
Is it possible to list the 20 text files and download one. If possible I'd love to do this via a Rest API, and without cloning the whole repo.
I actually do this to fetch initial / bootstrap content stored in a repo, and hold it in memory without the need to write it. I am considering changing this and exec'n out to git as a more secure / standard practice