Liking cljdoc? Tell your friends :D

hubspot.engagement


create!clj

(create! params)
(create! params opts)

Create a new engagement given opts.

Create a new engagement given `opts`.
sourceraw docstring

create-params?clj

Is the argument a valid map of parameters to create an engagment?

Is the argument a valid map of parameters to create an engagment?
sourceraw docstring

fetchclj

(fetch engagement-id)
(fetch engagement-id opts)

Fetch the engagement with the specified id.

Fetch the engagement with the specified id.
sourceraw docstring

fetch-allclj

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

fetch-all-params?clj

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?
sourceraw docstring

update!clj

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

update-params?clj

Is the argument a valid map of parameters to update an engagment?

Is the argument a valid map of parameters to update an engagment?
sourceraw docstring

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

× close