Hello, I’m trying to write a Python script to connect to Asana. I’ve run the Hello World script on my company laptop and it works perfectly when not signed into the company VPN. However, once I connect to VPN, it hangs, likely due to the need to use a proxy. I’ve tried setting the http_proxy/https_proxy environment variables, but it still hangs. I see an example of setting the proxies in a session structure, but how do I pass it to the call to ApiClient? I cannot find any examples or anything in the docs.
Thanks,
Jim