https://github.com/thesurlydev/circleci-client
https://github.com/thesurlydev/circleci-client
circle-ci circleci circleci2 client kotlin retrofit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thesurlydev/circleci-client
- Owner: thesurlydev
- Created: 2018-04-08T19:21:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T17:47:06.000Z (about 8 years ago)
- Last Synced: 2025-02-06T18:52:28.398Z (over 1 year ago)
- Topics: circle-ci, circleci, circleci2, client, kotlin, retrofit
- Language: Kotlin
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# circleci-client
A CircleCI client for API version 1.1 (https://circleci.com/docs/api/v1-reference/)
Note: Most of the read-only operations are implemented but write operations are still pending. Pull requests welcome :)
## build
To test, the following environment variables are required:
```
HEROKU_API_KEY,
CIRCLECI_TEST_USER,
CIRCLECI_TEST_PROJECT,
CIRCLECI_TEST_VCS_TYPE,
CIRCLECI_TEST_FINGERPRINT
```
Then run:
```./gradlew clean build```