dlr-eoc / ukis-pysat

The ukis-pysat package provides generic classes and functions to query, access and process multi-spectral and SAR satellite images
Apache License 2.0
27 stars 8 forks source link

allow `get` for item-search if `post` is not allowed #158

Closed fwfichtner closed 3 years ago

fwfichtner commented 3 years ago

post is recommended, but not all endpoints allow it.

That's the case for e.g. resto.

codecov-commenter commented 3 years ago

Codecov Report

Merging #158 (f7ff69d) into master (e37e0d9) will increase coverage by 0.05%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
+ Coverage   87.10%   87.16%   +0.05%     
==========================================
  Files          12       12              
  Lines        1055     1067      +12     
==========================================
+ Hits          919      930      +11     
- Misses        136      137       +1     
Flag Coverage Δ
unittests 87.16% <93.33%> (+0.05%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ukis_pysat/stacapi.py 89.83% <90.90%> (-0.37%) :arrow_down:
tests/test_stacapi.py 92.85% <100.00%> (+0.75%) :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 e37e0d9...f7ff69d. Read the comment docs.