Reputation: 162
Is there a way that I can get the download count of a specific file in a repository (downloaded via raw.githubusercontent.com
)?
I'm not meaning the Github Releases download count.
Upvotes: 1
Views: 1546
Reputation: 52676
You cannot count download times for a specific file.
You can count download time for a release artifact
https://docs.github.com/en/rest/releases/releases#list-releases
Upvotes: 2