mattlisiv / newsapi-python

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

Trying to use pageSize parameter and getting an Error #31

Closed avaseghi closed 5 years ago

avaseghi commented 5 years ago

I'm trying to use the pageSize parameter and getting the following error : get_everything() got an unexpected keyword argument 'pageSize' Does this have something to do with the API?

mattlisiv commented 5 years ago

Hi @avaseghi ,

Please the argument page_size rather than pageSize.

Thanks! Matt