rbw / aiosnow

Asynchronous ServiceNow Library
MIT License
74 stars 12 forks source link

Improve session factory #36

Closed rbw closed 4 years ago

rbw commented 4 years ago

Adds support for verify_ssl in the config.

Todo:

rbw commented 4 years ago

This should fix https://github.com/rbw/snow/issues/31

codecov-io commented 4 years ago

Codecov Report

Merging #36 into master will decrease coverage by 0.00%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #36      +/-   ##
=========================================
- Coverage    0.28%   0.28%   -0.01%     
=========================================
  Files          34      34              
  Lines         710     714       +4     
=========================================
  Hits            2       2              
- Misses        708     712       +4     
Impacted Files Coverage Δ
snow/__init__.py 0.00% <0.00%> (ø)
snow/config.py 0.00% <0.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 739820d...20d2008. Read the comment docs.