Dmitrii Sorin
Dmitrii Sorin
Okay. I thought that your point was to integrate getDocs/thenDocs into node-couchdb?.. Again, PR would be great, because currently we're discussing non-existing code.
Sure, do these request exist in CouchDB@2?
Seems like I could've provided a lower level interface by renaming "_requestWrapped" to smth public: https://github.com/1999/node-couchdb/blob/master/lib/node-couchdb.js#L319. Because CouchDB@2 API differs from CouchDB@1. Or...?
PRs are welcome here. Unfortunately, I don't have enough time to support this library and also I'm not working with CouchDB anymore.
I will probably stay on node-fetch@2 in my Typescript project for now.
@crazy4groovy thanks for your example, it really helps. However, there's a small issue with it: `subscriber` is invalid return value according to `Observable` typings: it should rather be `ZenObservable.SubscriptionObserver`: ```typescript...
Maybe @niedzielski knows the answer as the git blame author for this commit?
Gotcha. Are you okay if I send a PR to improve this?
Yep, these changes look not related. Should be fine.