Liking cljdoc? Tell your friends :D

atomist.graphql-channels


-js->clj+cljs

(-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
raw docstring

envcljs

(env)

Returns current env vars as a Clojure map.

Returns current env vars as a Clojure map.
raw docstring

github-app-installation-token->channelcljs

(github-app-installation-token->channel request owner)

github-login->linked-personcljs

(github-login->linked-person request)

requires a :login in the request

requires a :login in the request
raw docstring

github-provider->channelcljs

(github-provider->channel ch-request)

graphql->channelcljs

(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
raw docstring

graphql-endpointcljs


head-commits->channelcljs

(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]}
raw docstring

linked-person->channelcljs

(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)
raw docstring

linked-repos->channelcljs

(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
raw docstring

linked-slack-team->channelcljs

(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
raw docstring

repo-query->channelcljs

(repo-query->channel ch-request repo-name)

repo-refs->channelcljs

(repo-refs->channel request ref-filter)

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

× close