Liking cljdoc? Tell your friends :D

rally.api


*current-user*clj

source

copy!clj

(copy! ref-or-object)
(copy! rest-api ref-or-object)
source

create!clj

(create! type)
(create! api-or-type type-or-data)
(create! api-or-type type-or-data data-or-query-params)
(create! rest-api type data query-params)
source

create-basic-rest-apiclj

(create-basic-rest-api {:keys [api-key] :as credentials} rally-host conn-props)

Create a rest-api, but do not make any calls to the server.

Create a rest-api, but do not make any calls to the server.
sourceraw docstring

create-rest-apiclj

(create-rest-api)
(create-rest-api credentials)
(create-rest-api credentials rally-host)
(create-rest-api {:keys [api-key] :as credentials} rally-host conn-props)

Create and initialize a rest-api.

Create and initialize a rest-api.
sourceraw docstring

current-projectclj

(current-project)
(current-project rest-api)
source

current-userclj

(current-user)
(current-user rest-api)
source

current-workspaceclj

(current-workspace)
(current-workspace rest-api)
source

delete!clj

(delete! ref-or-object)
(delete! rest-api ref-or-object)
source

do-requestclj

(do-request {:keys [request] :as api})
source

findclj

(find ref-or-object)
(find api-ref-or-object ref-or-object-or-query-spec)
(find rest-api uri query-spec)
source

find-by-formatted-idclj

(find-by-formatted-id rally-type formatted-id)
(find-by-formatted-id rest-api rally-type formatted-id)
source

find-by-idclj

(find-by-id type id)
(find-by-id rest-api type id)
source

init-rest-apiclj

(init-rest-api rest-api {:keys [api-key] :as credentials})

Sets the current project, and the the security token (if applicable).

Sets the current project, and the the security token (if applicable).
sourceraw docstring

queryclj

(query uri)
(query api-or-uri uri-or-spec)
(query rest-api uri query-spec)
source

shutdown-rest-apiclj

(shutdown-rest-api rest-api)
source

update!clj

(update! ref-or-object updated-data)
(update! api-or-ref-or-object
         ref-or-object-or-updated-data
         updated-data-or-query-params)
(update! rest-api ref-or-object updated-data query-params)
source

update-collection!clj

(update-collection! collection-ref-or-object action items)
(update-collection! rest-api collection-ref-or-object action items)
source

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

× close