We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When sending a non-existent country code, for example:
https://covidapi.info/api/v1/country/CAI
The proper response should include a 404 status code, but instead, it gives a 200.
The text was updated successfully, but these errors were encountered:
Hi @HCLarsen,
Sorry for the delay in response and thank you for pointing it out. It was an oversight on my end.
Let me fix it up and push it to prod ASAP
Sorry, something went wrong.
@HCLarsen It's been fixed. Thank you for reporting the bug. Feel free to point out any other issues that you come across.
That's great, but an API response shouldn't include HTML, it should return JSON.
No branches or pull requests
When sending a non-existent country code, for example:
https://covidapi.info/api/v1/country/CAI
The proper response should include a 404 status code, but instead, it gives a 200.
The text was updated successfully, but these errors were encountered: