aacerox / node-rest-client

REST API client from node.js
MIT License
376 stars 132 forks source link

Private ConnectManager #177

Closed eschweit-at-tibco closed 6 years ago

eschweit-at-tibco commented 6 years ago

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

eschweit-at-tibco commented 6 years ago

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