Repo-Downloader
Repo-Downloader copied to clipboard
A small PHP class to download repo zipballs from GitHub
Results
2
Repo-Downloader issues
Sort by
recently updated
recently updated
newest added
When I execute code it returning below JSON. ` **{"message":"Not Found","documentation_url":"https://docs.github.com/rest/reference/repos#download-a-repository-archive"}**` How to fix this? I made necessary changes in code.
With respect to original code, here are my contributions: - Enabled options config 'branch' - had a use-case where I needed the 'main' branch not 'master' - Enabled options config...