nextcloud-link

Javascript/Typescript client that communicates with Nextcloud's WebDAV and OCS APIs

MIT License

Downloads
2.1K
Stars
57
Committers
8

Bot releases are visible (Hide)

nextcloud-link - Firing from ALL the pipes Latest Release

Published by kwisatz over 4 years ago

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)
nextcloud-link - Open Collaboration Services

Published by kwisatz almost 5 years ago

This release adds advanced support for the Open Collaboration Services (OCS) API.