mattlisiv / newsapi-python

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

Changed client API to support proxies. #87

Open nw-engineer opened 11 months ago

nw-engineer commented 11 months ago

Added an init constructor, added a send_request function, and changed the call function when executing other API endpoints to support proxies.

Please confirm. Thank you.