Liking cljdoc? Tell your friends :D

clj-github.check

Provides auxiliary functions to work with checks via github api.

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

create-check-run!clj

(create-check-run! client org repo params)
(create-check-run! client org repo name sha)

Creates a new check run for a specific commit in a repository.

For details about the parameters and response format, look at https://docs.github.com/en/rest/reference/checks#create-a-check-run.

Creates a new check run for a specific commit in a repository.

For details about the parameters and response format, look at https://docs.github.com/en/rest/reference/checks#create-a-check-run.
sourceraw docstring

get-check-run!clj

(get-check-run! client org repo id)

Gets a single check run using its id.

For details about the response format, look at https://docs.github.com/en/rest/reference/checks#get-a-check-run.

Gets a single check run using its id.

For details about the response format, look at https://docs.github.com/en/rest/reference/checks#get-a-check-run.
sourceraw docstring

update-check-run!clj

(update-check-run! client org repo id params)

Updates a check run using its id.

For details about the parameters and response format, look at https://docs.github.com/en/rest/reference/checks#update-a-check-run.

Updates a check run using its id.

For details about the parameters and response format, look at https://docs.github.com/en/rest/reference/checks#update-a-check-run.
sourceraw docstring

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

× close