You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are being rate limited based on user agent and hitting 429 Too Many Requests :
$ curl -I "https://api.waffle.io/ritwickdey/vscode-live-server/cards"
HTTP/1.1 200 OK
$ curl -I -A "Shields.io" "https://api.waffle.io/ritwickdey/vscode-live-server/cards"
HTTP/1.1 429 Too Many Requests
fix [waffle] labels badge
- update URL and parsing code to use /columns endpoint
- add error handling for 'not found' case
- add missing test cases
- update home page example
Closes#1731
We are being rate limited based on user agent and hitting
429 Too Many Requests
:I've raised it upstream: https://github.com/waffleio/waffle.io/issues/3559 We'll see where it goes...
The text was updated successfully, but these errors were encountered: