https://github.com/dploeger/teamcity-rest-api
A Swagger generated documentation of the Teamcity REST Api
https://github.com/dploeger/teamcity-rest-api
documentation rest-api teamcity
Last synced: 7 months ago
JSON representation
A Swagger generated documentation of the Teamcity REST Api
- Host: GitHub
- URL: https://github.com/dploeger/teamcity-rest-api
- Owner: dploeger
- Created: 2017-03-03T12:55:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T13:44:25.000Z (over 4 years ago)
- Last Synced: 2025-01-20T14:56:38.941Z (9 months ago)
- Topics: documentation, rest-api, teamcity
- Homepage: https://dploeger.github.io/teamcity-rest-api/
- Size: 217 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# teamcity-rest-api
**DEPRECATION NOTICE** This is deprecated as Jetbrains (finally) created a nice [reference documentation](https://www.jetbrains.com/help/teamcity/rest/teamcity-rest-api-documentation.html). Thanks for using this.
A Swagger generated documentation of the Teamcity REST Api
This is a generated documentation made using swagger and the TeamCity Swagger endpoint at https:///app/rest/swagger.json.
To regenerate:
curl https:///app/rest/swagger.json > teamcity.json
swagger-codegen generate -i teamcity.json -l html -o .Note: The downloaded json file includes your ci server name. If you don't want it to be included, please remove it from the json file before pushing.