It would be good to centrally record the total downloads of a plugin,
For example so that it can be shown in the plugin store (app & website)
This is potentially a sub issue of #284 as it would be good to cache this during any sorting by it
The existing github api for releases does provide this per release so we would need to loop through and sum them
https://api.github.com/repos/{username}/{repo_name}/releases
It would be good to centrally record the total downloads of a plugin,
For example so that it can be shown in the plugin store (app & website)
This is potentially a sub issue of #284 as it would be good to cache this during any sorting by it
The existing github api for releases does provide this per release so we would need to loop through and sum them
https://api.github.com/repos/{username}/{repo_name}/releases