(add-label request {:keys [name description color]})
(all-labels-channel request)
(beautify s)
(branch-protection-rule request owner repo branch rule)
(branch-requires-signed-commits request owner repo branch b)
(branches request owner repo)
(close-pr p head-branch-ref)
(content request owner repo path)
(create-check request owner repo parameters)
(create-issue request owner repo body)
https://developer.github.com/v3/issues/#create-an-issue
(delete-label request name)
(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=
(get-label request name)
(get-pr-by-number {:keys [token owner repo]} number)
GET /repos/:owner/:repo/pulls/:number
GET /repos/:owner/:repo/pulls/:number
(gist-content request id)
(github-v4 token query variables)
(lock-issue request owner repo number reason)
(log-github-http-status expected s response)
(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)
(paged-get url & [req])
(patch-issue request owner repo number body)
(patch-label request {:keys [name description color]})
(patch-repo request config)
(post-commit-comment {:keys [owner repo token]} sha body)
(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})
(post-pr-comment {:keys [token owner repo]} number body)
POST /repos/:owner/:repo/pulls/:number/comments
POST /repos/:owner/:repo/pulls/:number/comments
(pr-channel request branch-name)
(pr-is-ready-by-branch p head-branch-ref)
(pr-is-ready-by-number p number)
(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
(put-topics request topic-names)
(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
(repo request)
(repo-topics request)
(update-check request owner repo check-run-id parameters)
(wrap-github-paging client)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close