averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

document collection list processes #71

Closed nadre closed 3 years ago

nadre commented 3 years ago

Closes #68

Careful. This PR is based on #67 so first merge #67 and then this one.

codecov-commenter commented 3 years ago

Codecov Report

Merging #71 (178fb5d) into dev (bb336f0) will increase coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #71      +/-   ##
==========================================
+ Coverage   89.60%   89.79%   +0.18%     
==========================================
  Files          15       15              
  Lines        1453     1480      +27     
==========================================
+ Hits         1302     1329      +27     
  Misses        151      151              
Impacted Files Coverage Δ
tests/test_client.py 100.00% <ø> (ø)
averbis/core/_rest_client.py 83.24% <100.00%> (+0.06%) :arrow_up:
tests/test_document_collection.py 100.00% <100.00%> (ø)

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 bb336f0...178fb5d. Read the comment docs.

nadre commented 3 years ago

Hej @reckart here are my changes. Please have a look and merge!