bryanyang0528 / ksql-python

A python wrapper for the KSQL REST API.
MIT License
159 stars 67 forks source link

+Added capabilites to provied ssl/tls for requests. fixes SSLError #109

Closed KenCox94 closed 2 years ago

KenCox94 commented 2 years ago

Should fix #101

codecov[bot] commented 2 years ago

Codecov Report

Merging #109 (a3fc75b) into main (9e3e02c) will increase coverage by 0.13%. The diff coverage is 77.77%.

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   66.66%   66.80%   +0.13%     
==========================================
  Files           7        7              
  Lines         480      482       +2     
  Branches       82       82              
==========================================
+ Hits          320      322       +2     
  Misses        141      141              
  Partials       19       19              
Impacted Files Coverage Δ
ksql/upload.py 0.00% <0.00%> (ø)
ksql/api.py 51.50% <83.33%> (+0.24%) :arrow_up:
ksql/client.py 74.41% <100.00%> (+0.60%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.