When calling the API via a Dart http GET request, I get the following message:
SocketException: Failed host lookup: 'ghapi.huchen.dev' (OS Error: nodename nor servname provided, or not known, errno = 8)
When calling the API via Postman, I get the following message:
Error: getaddrinfo ENOTFOUND ghapi.huchen.dev
Additionally, when hitting the endpoint via the browser I get the following message:
This site can’t be reached
Check if there is a typo in ghapi.huchen.dev.
DNS_PROBE_FINISHED_NXDOMAIN
Now, I haven't called this API for a few months, but the last time I did, I had similar problems, whereas earlier in the year everything was fine. Should I consider this API unavailable?
EDIT: Your API status page says the dev and repo APIs have been down for 84 days. I am going to assume this has been abandoned. What a shame...
When calling the API via a Dart http GET request, I get the following message:
When calling the API via Postman, I get the following message:
Additionally, when hitting the endpoint via the browser I get the following message:
Now, I haven't called this API for a few months, but the last time I did, I had similar problems, whereas earlier in the year everything was fine. Should I consider this API unavailable?
EDIT: Your API status page says the dev and repo APIs have been down for 84 days. I am going to assume this has been abandoned. What a shame...