aacerox/node-rest-client

Private ConnectManager

Closed this issue · 1 comments

Good day aacerox,

is there a specific reason with the ConnectManager is private? I love node-rest-client, but would need to throttle requests and there seems to be now way to easily do that at the moment -- my idea was to wrap ConnectManager.proxy or .normal with node-rate-limiter...

Thanks

I found some work around and wrapped (underscore.wrap) registered and standard get/put methods with the rate limiter... thanks