You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use additional argument 'proxies' while using your methods.
For example I'll add here code from the last example of Quickstart page
Instead of using default response = github_api.events.public_events(body=None, params={}, headers={})
You can use response = github_api.events.public_events(body=None, params={}, headers={}, proxies={'http':"http://user:[email protected]:3128/", 'https': "http://user:[email protected]:3128/"})
Syntax of proxies dict you can find in Requests lib documentation (Ctrl+F by word proxy)
Hi,
This is not an issue but feature request :)
Could you add proxy support? It will be easier to debug requests.
Thank you in advance.
The text was updated successfully, but these errors were encountered: