Liking cljdoc? Tell your friends :D

circleci.api.v1

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/]
raw docstring

+api-prefix+clj

source

buildclj

(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’.
sourceraw docstring

build-artifactsclj

(build-artifacts config vcs username project build-num)

List the artifacts produced by a given build.

List the artifacts produced by a given build.
sourceraw docstring

build-summaryclj

(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.
sourceraw docstring

meclj

(me config)

Get information about the signed in user.

Get information about the signed in user.
sourceraw docstring

projectsclj

(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.
sourceraw docstring

recent-buildsclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close