fern icon indicating copy to clipboard operation
fern copied to clipboard

[Feature] Add `proxy` support to the generated TypeScript SDK

Open dsinghvi opened this issue 8 months ago • 0 comments

Describe the Bug

The TypeScript SDK does not support passing in a custom proxy. The SDK should support an httpAgent argument that takes a proxy agent.

Expected SDK

const client = new Client({
  httpAgent: new HttpsProxyAgent(...),
}); 

dsinghvi avatar Jun 04 '24 10:06 dsinghvi