(create! params)
(create! params opts)
Create a new engagement given opts
.
Create a new engagement given `opts`.
Is the argument a valid map of parameters to create an engagment?
Is the argument a valid map of parameters to create an engagment?
(fetch engagement-id)
(fetch engagement-id opts)
Fetch the engagement with the specified id.
Fetch the engagement with the specified id.
(fetch-all)
(fetch-all params)
(fetch-all params opts)
Fetch all engagements, with optionally supplied limit
and offset
.
Fetch all engagements, with optionally supplied `limit` and `offset`.
Is the argument a valid map of parameters to fetch all params with?
Is the argument a valid map of parameters to fetch all params with?
(update! engagement-id params)
(update! engagement-id params opts)
Update the existing engagement at engagement-id
given opts
.
Update the existing engagement at `engagement-id` given `opts`.
Is the argument a valid map of parameters to update an engagment?
Is the argument a valid map of parameters to update an engagment?
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close