tentwentyfour / nextcloud-link

Javascript/Typescript client that communicates with Nextcloud's WebDAV and OCS APIs
MIT License
56 stars 7 forks source link

rawPut now uses Webdav.ContentType; #4

Closed rvsteen closed 5 years ago

rvsteen commented 5 years ago

Fixed wrong typecast in rawGetReadStream and rawGetWriteStream; Added outdir to tsconfig for build; Added build to package scripts; Uses new webdav version and updated tests; Updated README