tentwentyfour / nextcloud-link

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

Retrieve file properties #2

Closed notsolucky closed 5 years ago

notsolucky commented 5 years ago
ghost commented 5 years ago

Thanks for the excellent work. Adding tests and documenting FileDetails are the only things we have left to do

floriansimon1 commented 5 years ago

I'll write tests for getFolderFileDetails and move, but I chose to leave out getProperties, because it has several important flaws: 1 - The docs are next to useless 2 - getProperties? What properties exactly are we talking about? 3 - There are no tests