EnterpriseyIntranet / nextcloud-API

NextCloud OCS API for Python
GNU General Public License v3.0
27 stars 27 forks source link

Share API code fixes, refactoring, docstrings, tests #9

Closed danil-topchiy closed 5 years ago

danil-topchiy commented 5 years ago

Fixed non working methods of Share API, added docs, tests

danil-topchiy commented 5 years ago

Hello @matejak I decided to move methods which send requests to federated cloudshares from Share class to separate FederatedCloudShare class, because they're kind of separate from local shares logic. Will push tests and docs for cloudshares in separate PR.

matejak commented 5 years ago

Good job, thank you for the PR!