SurveyMonkey / pyteamcity

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

Added support for change details. #89

Open holstebroe opened 6 years ago

holstebroe commented 6 years ago

Change details such as comment and changed files requires a secondary query. This pull request only supports the "comment" field, but it should be trivial to expand it to cover files and VCS root. No unit tests written. I did not have my environment set up for running Python unit tests.