allinurl / goaccess

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
https://goaccess.io
MIT License
18.12k stars 1.1k forks source link

GitHub API for releases produces empty output #2104

Closed tevkar closed 3 years ago

tevkar commented 3 years ago

Hi,

I use Github API to monitor release changes and using the following URL:

https://api.github.com/repos/allinurl/goaccess/releases

and it produces an empty array even if you have releases registered.

It would be also very nice if the latest works: https://api.github.com/repos/allinurl/goaccess/releases/latest

PS! This is not a problem for the other packages I monitor.

Kind regards Itefix

allinurl commented 3 years ago

Please use:

https://api.github.com/repos/allinurl/goaccess/tags

allinurl commented 3 years ago

Closing this. Feel free to reopen it if needed.