Skip to content

Firing from ALL the pipes

Latest
Compare
Choose a tag to compare
@kwisatz kwisatz released this 15 Feb 12:29
· 68 commits to master since this release

Version 1.1 had only one method to properly use nodejs' pipes in the context of an asynchronous request, named pipeStream that would allow you to pipe data from a local readStream to a Nextcloud instance.

Release 1.2 introduces two new methods:

  • downloadToStream and
  • uploadFromStream replacing, and thereby deprecating pipeStream (which will remain available until nextcloud-link 2.0)