enkore / i3pystatus

A complete replacement for i3status
https://i3pystatus.readthedocs.io/
MIT License
445 stars 189 forks source link

[github] fixed status api call #742

Closed vertexportus closed 5 years ago

vertexportus commented 5 years ago

The original code was calling into status.github.com/api.json which is redirecting into https://www.githubstatus.com/, hence not working properly - hence the change to call into https://www.githubstatus.com/api/v2/status.json

the expected JSON data seems to have changed as well