convenience functions when REPLing
convenience functions when REPLing - relies on environment variables like API_KEY_PROD, API_KEY_STAGING, API_KEY_PROD_GITHUB_AUTH, GITHUB_TOKEN
(add-configuration event-data configuration)
(add-configuration-instance event-data configuration)
(addConfiguration event-data configuration)
(call-event-handler event-data h)
(callEventHandler event-data h)
(container-contract event-data h)
(fake-command-handler team-id command raw-message channel-id user-id)
(fake-comment-on-issue team-id org repo number comment)
(fake-pull-request team-id org {:keys [name id]} head base)
(fake-push team-id
org
{:keys [name id defaultBranch] :or {defaultBranch "master"}}
branch)
(fake-schedule team-id)
(fakeCommandHandler team-id command raw-message channel-id user-id)
(fakePullRequest team-id org repo head base)
(fakePushEvent team-id org repo branch)
(get-installation-token team-id org-name)
requires environment for getting a valid api-key - queries team graphql api for installation token by org name
requires environment for getting a valid api-key - queries team graphql api for installation token by org name
(js-obj->entities-pprint & args)
(mw-add-token-to-subscription handler)
(printEvent event-data)
(run-container-handler team-id owner h result-builder)
(run-function-handler team-id owner h result-builder)
(set-atomist-home s)
(set-container-env team-id f)
(set-env x)
(set-function-env)
(setEnv s)
(token)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close