There's this request-promise-native package, which wraps around request to deliver a Promise interface.
What would be the best approach delivre Promises with cached-request? Somehow, I see them both as mixins in a "class hiearchy", which could be mixed independently.
There's this
request-promise-native
package, which wraps aroundrequest
to deliver a Promise interface. What would be the best approach delivre Promises withcached-request
? Somehow, I see them both as mixins in a "class hiearchy", which could be mixed independently.