SurveyMonkey / pyteamcity

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

get_projects: No change shape of data w/ parent_project_id #19

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

Before without filtering, we returned a dict with count and project and when filtering we only returned the contents of project at the top-level. That's awkward. Now when filtering, we also return a dict with count and project to preserve the shape of the data.