dialogflow / dialogflow-nodejs-client

Node.js SDK for Dialogflow
Apache License 2.0
659 stars 287 forks source link

Add http(s) proxy support #78

Open wangshijun opened 7 years ago

wangshijun commented 7 years ago

My users donot have direct network access to api.ai, but the proxy feature is missing from current version, so I implemented proxy feature with the awesome proxy-agent lib.

googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


wangshijun commented 7 years ago

I signed it!

googlebot commented 7 years ago

CLAs look good, thanks!

rjivan commented 7 years ago

I'm looking for the same feature. Is there anything that's preventing this from being merged?

wangshijun commented 7 years ago

@rjivan you can just use my branch by yarn add wangshijun@apiai-nodejs-client

sctse999 commented 6 years ago

Hello, can anyone pls merge this PR? this is quite needed

lmonzon commented 6 years ago

@wangshijun no work yarn add wangshijun@apiai-nodejs-client

sctse999 commented 6 years ago

@sstepashka could you pls take a look at this PR and merge if possible? Really want to work with the official library instead of a forked one.....

ChellaTheCoder commented 5 years ago

Is it merged or any alternative for proxy support ?