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
Describe the bug Langauge list in newsapi/const.py contains invalid language and 2 of them don't follow ISO-639-1 standard.
To Reproduce Try to use 'se' country code with /everything endpoint, it won't give results and isn't available on NewsAPI documentation.
'cn' and 'en-US' aren't ISO-639-1 codes
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Added a default languages dict const.py to resolve Issue mattlisiv#78
4221bc1
Added a default languages dict const.py to resolve Issue #78 (#89)
56fc873
Co-authored-by: terrence.moore <terrence.moore@aireon.com>
No branches or pull requests
Describe the bug
Langauge list in newsapi/const.py contains invalid language and 2 of them don't follow ISO-639-1 standard.
To Reproduce
Try to use 'se' country code with /everything endpoint, it won't give results and isn't available on NewsAPI documentation.
'cn' and 'en-US' aren't ISO-639-1 codes
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: