jrxFive / python-nomad

Client library Hashicorp Nomad
https://python-nomad.readthedocs.io/en/latest/
MIT License
139 stars 73 forks source link

Add https support #29

Closed jcua closed 7 years ago

jcua commented 7 years ago

My nomad server uses https and currently, the library only supports http protocol. This change will allow to support both http and https protocols.

codecov-io commented 7 years ago

Codecov Report

Merging #29 into master will decrease coverage by 0.07%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   91.01%   90.94%   -0.08%     
==========================================
  Files          18       18              
  Lines         746      751       +5     
==========================================
+ Hits          679      683       +4     
- Misses         67       68       +1
Impacted Files Coverage Δ
nomad/__init__.py 100% <100%> (ø) :arrow_up:
nomad/api/base.py 88.88% <83.33%> (-0.95%) :arrow_down:

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 bc57162...01a2511. Read the comment docs.