Liking cljdoc? Tell your friends :D

monkey.ci.web.api.customer

Specific customer api routes

Specific customer api routes
raw docstring

create-customerclj

(create-customer req)
source

creditsclj

(credits req)

Returns details of customer credits

Returns details of customer credits
sourceraw docstring

default-tzclj

source

get-customerclj

source

latest-buildsclj

(latest-builds req)

Fetches the latest build for each repo for the customer. This is used in the customer overview screen.

Fetches the latest build for each repo for the customer.  This is used in the customer
overview screen.
sourceraw docstring

query->sinceclj

source

query->untilclj

source

query-paramsclj

source

recent-buildsclj

(recent-builds req)

Fetches all builds for the customer that were executed in the past 24 hours, or since a given query parameter. Or the last x builds. If both query parameters are provided, it will do a logical and (meaning: the builds from the recent period, and the last number of builds).

Fetches all builds for the customer that were executed in the past 24 hours, or since
a given query parameter.  Or the last x builds.  If both query parameters are provided,
it will do a logical `and` (meaning: the builds from the recent period, and the last 
number of builds).
sourceraw docstring

search-customersclj

(search-customers req)
source

statsclj

(stats req)

Retrieves customer statistics, since given time and grouped by specified zone offset (or UTC if none given)

Retrieves customer statistics, since given time and grouped by specified zone
offset (or UTC if none given)
sourceraw docstring

update-customerclj

source

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

× close