EnterpriseyIntranet / nextcloud-API

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

fix federated cloudshare #52

Closed iexos closed 4 years ago

iexos commented 4 years ago

these changes were necessary to properly use the federated cloudshare api

scrutinizer-notifier commented 4 years ago

The inspection completed: No new issues

codecov-io commented 4 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   93.14%   93.15%   +0.01%     
==========================================
  Files          17       17              
  Lines         598      599       +1     
==========================================
+ Hits          557      558       +1     
  Misses         41       41
Impacted Files Coverage Δ
...rc/nextcloud/api_wrappers/federated_cloudshares.py 44.44% <100%> (+2.13%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 53ce72c...e002cf9. Read the comment docs.

matejak commented 4 years ago

LGTM, thank your for the contribution!