Liking cljdoc? Tell your friends :D

yetibot-github.api.github


authclj

source

branchesclj

(branches org-name repo)
source

changed-filesclj

(changed-files org-name repo sha1 & [sha2])

Retrieves a list of the filenames which have changed in a single commit, or between two commits

Retrieves a list of the filenames which have changed in a single commit, or between two commits
sourceraw docstring

code-frequencyclj

(code-frequency org-name repo)
source

configclj

(config)
source

config-endpointclj

source

configured?clj

(configured?)
source

contrib-queryclj

(contrib-query username)
source

contributor-statisticsclj

(contributor-statistics org-name repo)
source

contributors-since-tsclj

(contributors-since-ts org repo ts)

If ts is nil it gets stats for max time (52 weeks)

If ts is nil it gets stats for max time (52 weeks)
sourceraw docstring

create-reviewclj

(create-review owner repo pr-number event body)
source

email->usernameclj

(email->username email)
source

endpointclj

source

enterprise?clj

GitHub Enterprise does not have full parity with github.com so sometimes we may need to adjust logic or URLs for enterprise, such as when exploring topics.

GitHub Enterprise does not have full parity with github.com so sometimes we
may need to adjust logic or URLs for enterprise, such as when exploring
topics.
sourceraw docstring

eventsclj

(events org-name)
source

filter-since-tsclj

(filter-since-ts stats ts)

Stats is a collection of statistics with a :w timestamp key. If ts is nil return the stats coll as-is

Stats is a collection of statistics with a :w timestamp key.
If ts is nil return the stats coll as-is
sourceraw docstring

find-pathsclj

(find-paths tr pattern)
source

fmt-eventcljmultimethod

source

fmt-eventsclj

(fmt-events evts)
source

formatted-eventsclj

(formatted-events org-name)
source

github-web-urlclj

Infer the GitHub instance's web URL from the configured endpoint.

Infer the GitHub instance's web URL from the configured endpoint.
sourceraw docstring

graphqlclj

(graphql query)
source

latest-releasesclj

(latest-releases org-name repo)
source

org-issuesclj

(org-issues org-name)
source

org-namesclj

(org-names)
source

pullsclj

(pulls owner repo & [opts])
source

rawclj

(raw org-name repo path & [{:keys [branch]}])

Retrieve raw contents from GitHub

Retrieve raw contents from GitHub
sourceraw docstring

release-by-tagclj

(release-by-tag org-name repo tag)
source

releasesclj

(releases org-name repo)
source

repoclj

(repo owner repo)
source

repo-topicsclj

(repo-topics user repo)
source

repo-update-topicsclj

(repo-update-topics owner repo options)
source

reposclj

(repos org-name)
source

repos-by-orgclj

(repos-by-org)
source

search-codeclj

(search-code keywords & [query opts])
source

search-pull-requestsclj

(search-pull-requests owner keywords & [opts])
source

search-reposclj

(search-repos keywords & [query opts])
source

search-topicsclj

(search-topics keywords & [query opts])
source

sum-statsclj

(sum-stats org-name repo)
source

sum-weeklyclj

(sum-weekly weekly-for-author)

Takes the weekly stats for an author and sums them into: {:a 0 :d 0 :c 0} where: a = additions d = deletions con = contributors c = commits

Takes the weekly stats for an author and sums them into:
{:a 0 :d 0 :c 0}
where:
a = additions
d = deletions
con = contributors
c = commits
sourceraw docstring

tagsclj

(tags org-name repo)
source

tokenclj

source

treeclj

(tree org-name repo & [opts])
source

userclj

source

user-nameclj

source

was-file-changed?clj

(was-file-changed? filename repo sha1 & [sha2])

Determines if a given file (with path) was changed in a single commit, or between two commits

Determines if a given file (with path) was changed in a single commit, or between two commits
sourceraw docstring

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

× close