Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgrebenets/teamcity-rest-client-example
Example of building and using TeamCity Kotlin REST client
https://github.com/mgrebenets/teamcity-rest-client-example
Last synced: 6 days ago
JSON representation
Example of building and using TeamCity Kotlin REST client
- Host: GitHub
- URL: https://github.com/mgrebenets/teamcity-rest-client-example
- Owner: mgrebenets
- Created: 2019-06-25T11:44:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T11:52:01.000Z (over 5 years ago)
- Last Synced: 2024-10-31T22:12:57.266Z (about 2 months ago)
- Language: Kotlin
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeamCity Kotlin REST Client Example
An example of building and using [TeamCity Kotlin REST Client](https://github.com/JetBrains/teamcity-rest-client).
```bash
# Build.
./gradlew build# Run.
./gradlew run --args='https://myteamcity.com MyUsername MyPassword MyBuildConfigurationId'
```