Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'
```