mattlisiv / newsapi-python

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

Pagesize is missing #3

Closed Risgn94 closed 6 years ago

Risgn94 commented 6 years ago

Hi, and thank you very much for this API!

In the method get_everything in newsapi_client class, there is currently no parameter taking pagesize. Since it is possible through the utilization of Curl, implementing this in the Python library also, would be of great value, so you do not need to look through so many pages.

Best regards

mattlisiv commented 6 years ago

Hi @Risgn94 ,

Thanks for pointing out the missing parameter. This should now be corrected in version 0.0.2.