(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)
(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.
(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.
(find ref-or-object)
(find api-ref-or-object ref-or-object-or-query-spec)
(find rest-api uri query-spec)
(find-by-formatted-id rally-type formatted-id)
(find-by-formatted-id rest-api rally-type formatted-id)
(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).
(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)
(update-collection! collection-ref-or-object action items)
(update-collection! rest-api collection-ref-or-object action items)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close