SurveyMonkey / pyteamcity

Use the TeamCity REST API from Python
51 stars 50 forks source link

Add HTTPS support #24

Closed ozkatz closed 8 years ago

ozkatz commented 8 years ago

I've added a protocol parameter to support HTTPS enabled TeamCity servers. It could be configured by explicitly passing in protocol when initializing the class, or using the TEAMCITY_PROTOCOL environment variable.

msabramo commented 8 years ago

Thanks!