box / box-python-sdk-gen

Repository for generated Box Python SDK
Apache License 2.0
20 stars 4 forks source link

API call behind a company proxy #195

Open jeremyjong opened 2 weeks ago

jeremyjong commented 2 weeks ago

Hello,

I'm trying to transition my box-sdk code to box_sdk_gen, but I am facing connection problems when calling api behind a company proxy.

Previously, in box-sdk, all I had to do was:

from boxsdk.config import Proxy, API
Proxy.URL = 'http://your_proxy_url:port'

Is there any proxy support for the current repository? Any help would be appreciated, and I can provide any additional information needed.

Thanks, Jeremy

mwwoda commented 2 weeks ago

We currently don't support proxies in this SDK, but it's on our roadmap. Unfortunately, I cannot give you precise timeframe for now.

jeremyjong commented 2 weeks ago

Thank you for the reply. I'll check periodically. I hope it gets implemented soon.

Jeremy