mattlisiv / newsapi-python

A Python Client for News API
MIT License
376 stars 130 forks source link

Category missing #2

Closed Odianosen25 closed 6 years ago

Odianosen25 commented 6 years ago

Hello Matt,

Thanks for your API and it looks great. Please you left out the category section of the api, so I can't use it when specifying category like business, entertainment and the like. Please can you correct this?

Thanks

mattlisiv commented 6 years ago

Thanks for finding that! I'll have the category parameter added and released within the next couple of days.

mattlisiv commented 6 years ago

This should now be corrected in version 0.0.2 . If you are using pip, you can update via:

pip install --upgrade newsapi-python
Odianosen25 commented 6 years ago

Many thanks @mattlisiv