this is a webservice that returns the sum of downloads for all releases of a github repository.
curl -X GET https://stats.jonas-strassel.de/releases?owner={owner}&repo={repo}&suffixes={suffixes}
owner
: the github owner of the repository (user or organization)repo
: the github repository namesuffixes
: the suffixes of the releases to count, separated by commas (optional, will count only the file with the highest download count per release if not provided)
curl -X GET https://stats.jonas-strassel.de/stats?user={user}
user
: the github user login name