Liking cljdoc? Tell your friends :D

atomist.github


add-labelcljs

(add-label request {:keys [name description color]})

all-labels-channelcljs

(all-labels-channel request)

beautifycljs

(beautify s)

branch-protection-rulecljs

(branch-protection-rule request owner repo branch rule)

branch-requires-signed-commitscljs

(branch-requires-signed-commits request owner repo branch b)

branchescljs

(branches request owner repo)

close-prcljs

(close-pr p head-branch-ref)

contentcljs

(content request owner repo path)

create-checkcljs

(create-check request owner repo parameters)

create-issuecljs

(create-issue request owner repo body)
https://developer.github.com/v3/issues/#create-an-issue
raw docstring

delete-labelcljs

(delete-label request name)

get-first-pr-for-headcljs

(get-first-pr-for-head {:keys [token owner repo]} head-ref-name)

GET /repos/:owner/:repo/pulls?state=open&head=

GET /repos/:owner/:repo/pulls?state=open&head=
raw docstring

get-labelcljs

(get-label request name)

get-labelscljs

(get-labels {:keys [number] :as request})
raw docstring

get-pr-by-numbercljs

(get-pr-by-number {:keys [token owner repo]} number)

GET /repos/:owner/:repo/pulls/:number

GET /repos/:owner/:repo/pulls/:number
raw docstring

gist-contentcljs

(gist-content request id)

github-v4cljs

(github-v4 token query variables)

lock-issuecljs

(lock-issue request owner repo number reason)

log-github-http-statuscljs

(log-github-http-status expected s response)

mark-pr-readycljs

(mark-pr-ready {:keys [token]} id)

params id - global node id - not the same as the id in v3 (node_id for the v3 entitiy)

  params
id - global node id - not the same as the id in v3 (node_id for the v3 entitiy)
raw docstring

paged-getcljs

(paged-get url & [req])

patch-issuecljs

(patch-issue request owner repo number body)

patch-labelcljs

(patch-label request {:keys [name description color]})

patch-repocljs

(patch-repo request config)

post-commit-commentcljs

(post-commit-comment {:keys [owner repo token]} sha body)

post-issue-commentcljs


post-prcljs

(post-pr {:keys [token owner repo]} body labels)

POST /repos/:owner/:repo/pulls body is (s/keys :req-un {title body base head draft})

POST /repos/:owner/:repo/pulls
body is (s/keys :req-un {title body base head draft})
raw docstring

post-pr-commentcljs

(post-pr-comment {:keys [token owner repo]} number body)

POST /repos/:owner/:repo/pulls/:number/comments

POST /repos/:owner/:repo/pulls/:number/comments
raw docstring

pr-channelcljs

(pr-channel request branch-name)

pr-is-ready-by-branchcljs

(pr-is-ready-by-branch p head-branch-ref)

pr-is-ready-by-numbercljs

(pr-is-ready-by-number p number)

put-labelcljs

(put-label {:keys [labels number] :as request})

POST /repos/:owner/:repo/pulls labels is a vector of strings

POST /repos/:owner/:repo/pulls
labels is a vector of strings
raw docstring

put-topicscljs

(put-topics request topic-names)

raise-prcljs

(raise-pr {:keys [branch] :as p} title body base-branch-ref labels)

Create a PR or edit an existing one params p - should have keys :branch :owner :repo :token returns p with pull request number

Create a PR or edit an existing one
params
  p - should have keys :branch :owner :repo :token
returns p with pull request number
raw docstring

repocljs

(repo request)

repo-topicscljs

(repo-topics request)

rm-labelcljs

(rm-label {:keys [number] :as request} label)
raw docstring

update-checkcljs

(update-check request owner repo check-run-id parameters)

wrap-github-pagingcljs

(wrap-github-paging client)

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

× close