Open msabramo opened 8 years ago
Do you have any estimation when do you plan to do it? For now, in order to use pyteamcity.future, we need to git clone && add to PYTHONPATH instead of pip install pyteamcity.
I can try to help with the preparations for this task ...
@iluxame You can now install using pip:
pip install -e git+https://github.com/SurveyMonkey/pyteamcity#egg=pyteamcity
@baopham Thanks a lot!
We waited a long time for the development of the new API, but did not wait. Therefore, we implemented TeamCity client , it supports ALL requests that are supported by TeamCity (since it was initially generated from swagger.json). Maybe will be useful for someone :)
Move the old legacy API stuff to
pyteamcity.legacy
and move stuff inpyteamcity.future
to justpyteamcity