SurveyMonkey / pyteamcity

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

add token authentication method #99

Open Karry opened 3 years ago

Karry commented 3 years ago

This adds possibility to authenticate with token, it just adds Authorization header to requests:

Authorization: Bearer <token>