SpinlockLabs / github.dart

GitHub Client Library for Dart
https://pub.dev/packages/github
MIT License
408 stars 142 forks source link

`MiscService.getApiStatus` uses invalid URL #373

Closed Hixie closed 10 months ago

Hixie commented 1 year ago

MiscService.getApiStatus invokes https://status.github.com/api/status.json, but that redirects to a 404.

github-actions[bot] commented 1 year ago

👋 Thanks for reporting! @robrbecker will take a look.

CaseyHillers commented 11 months ago

I found https://www.githubstatus.com/api which indicates they've moved to a v2 version of the API with some minor changes to the data model. I'll send a fix.