Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add proxy support to the generated TypeScript SDK #3770

Open
dsinghvi opened this issue Jun 4, 2024 · 0 comments
Open

[Feature] Add proxy support to the generated TypeScript SDK #3770

dsinghvi opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
typescript TypeScript models, clients, and server interfaces

Comments

@dsinghvi
Copy link
Member

dsinghvi commented Jun 4, 2024

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 dsinghvi added the typescript TypeScript models, clients, and server interfaces label Jun 4, 2024
@dsinghvi dsinghvi self-assigned this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typescript TypeScript models, clients, and server interfaces
Development

No branches or pull requests

1 participant