Tools for interacting both with the documented CircleCI [http 1.1 API][1.1] and the undocumented seemingly future Transit based API.
[1.1][https://circleci.com/docs/api/v1-reference/]
Tools for interacting both with the documented CircleCI [http 1.1 API][1.1] and the undocumented seemingly future Transit based API. [1.1][https://circleci.com/docs/api/v1-reference/]
(build config vcs username project build-num)
Full details for a single build.
The response includes all of the fields from the build summary. This is also the payload for the notification webhooks, in which case this object is the value to a key named ‘payload’.
Full details for a single build. The response includes all of the fields from the build summary. This is also the payload for the notification webhooks, in which case this object is the value to a key named ‘payload’.
(build-artifacts config vcs username project build-num)
List the artifacts produced by a given build.
List the artifacts produced by a given build.
(build-summary config vcs username project)
Build summary for each of the last 30 builds for a single git repo.
Build summary for each of the last 30 builds for a single git repo.
(me config)
Get information about the signed in user.
Get information about the signed in user.
(projects config)
List of all the projects you're following on CircleCI, with build information organized by branch.
List of all the projects you're following on CircleCI, with build information organized by branch.
(recent-builds config)
(recent-builds config vcs username project)
Build summary for each of the last 30 recent builds, ordered by build-num
.
By default retrieves the last 30 builds for the auth token's user, but can also retrieve the last 30 builds for a particular project.
Build summary for each of the last 30 recent builds, ordered by `build-num`. By default retrieves the last 30 builds for the auth token's user, but can also retrieve the last 30 builds for a particular project.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close