averbis / averbis-python-api

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

#96: Properly encoding special chars in URL #97

Closed DavidHuebner closed 2 years ago

DavidHuebner commented 2 years ago

Properly encodig url

codecov-commenter commented 2 years ago

Codecov Report

Merging #97 (5fcca47) into dev (31049f0) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #97      +/-   ##
==========================================
+ Coverage   91.27%   91.29%   +0.01%     
==========================================
  Files          16       16              
  Lines        1834     1838       +4     
==========================================
+ Hits         1674     1678       +4     
  Misses        160      160              
Impacted Files Coverage Δ
averbis/core/_rest_client.py 85.50% <100.00%> (+0.01%) :arrow_up:
tests/test_client.py 99.38% <100.00%> (+<0.01%) :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 31049f0...5fcca47. Read the comment docs.