(-js->clj+ x)
For cases when built-in js->clj doesn't work. Source: https://stackoverflow.com/a/32583549/4839573
For cases when built-in js->clj doesn't work. Source: https://stackoverflow.com/a/32583549/4839573
(env)
Returns current env vars as a Clojure map.
Returns current env vars as a Clojure map.
(github-app-installation-token->channel request owner)
(github-login->linked-person request)
requires a :login in the request
requires a :login in the request
(github-provider->channel ch-request)
(graphql->channel o query variables)
requires an atomist://api-key, and a :team :id in the request
returns the HTTP response for this team graphql query
requires an atomist://api-key, and a :team :id in the request returns the HTTP response for this team graphql query
(head-commits->channel request type name)
requires that the team id is already in the request returns channel emitting coll of {:keys [analysis repo]}
requires that the team id is already in the request returns channel emitting coll of {:keys [analysis repo]}
(linked-person->channel ch-request chat-id)
query for all persons linked to a chatUserId, but filter for only Persons representing scmIds for a resource provider with provider-id channel returns nil when there's no linked person OR Person map
if you want to extract a credential from a person use (-> person :scmId :credential :secret)
query for all persons linked to a chatUserId, but filter for only Persons representing scmIds for a resource provider with provider-id channel returns nil when there's no linked person OR Person map if you want to extract a credential from a person use (-> person :scmId :credential :secret)
(linked-repos->channel ch-request channel-id)
query for all repos linked to this channel channel returns nil when there's no linked repo OR an array of linked Repos
query for all repos linked to this channel channel returns nil when there's no linked repo OR an array of linked Repos
(linked-slack-team->channel request)
requires that the team id is already in the request returns channel emitting nil or {:keys [id name]} of linked ChatTeam
requires that the team id is already in the request returns channel emitting nil or {:keys [id name]} of linked ChatTeam
(repo-query->channel ch-request repo-name)
(repo-refs->channel request ref-filter)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close