Liking cljdoc? Tell your friends :D

clj-github.issue

Provides auxiliary functions to work with issues via github api.

Provides auxiliary functions to work with issues via github api.
raw docstring

add-label!clj

(add-label! client org repo issue-number label)
source

comment!clj

(comment! client org repo issue-number message)

Create an issue comment.

For details about the response format, look at https://docs.github.com/en/rest/reference/issues#create-an-issue-comment.

Create an issue comment.

For details about the response format, look at https://docs.github.com/en/rest/reference/issues#create-an-issue-comment.
sourceraw docstring

delete-label!clj

(delete-label! client org repo issue-number label)

Delete a label from an issue.

For details about the response format, look at https://docs.github.com/en/rest/reference/issues#remove-a-label-from-an-issue.

Delete a label from an issue.

For details about the response format, look at https://docs.github.com/en/rest/reference/issues#remove-a-label-from-an-issue.
sourceraw docstring

update-issue!clj

(update-issue! client org repo issue-number params)
source

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

× close