Liking cljdoc? Tell your friends :D

clj-github-mock.handlers.repos


delete-ref-handlerclj

(delete-ref-handler {{git-repo :repo/jgit} :repo {:keys [ref]} :path-params})
source

get-branch-handlerclj

(get-branch-handler {{git-repo :repo/jgit} :repo {:keys [branch]} :path-params})
source

get-commit-handlerclj

(get-commit-handler {{git-repo :repo/jgit} :repo {:keys [sha]} :path-params})
source

get-content-handlerclj

(get-content-handler {{git-repo :repo/jgit {:keys [default_branch]} :repo/attrs}
                        :repo
                      {:keys [path]} :path-params
                      {:strs [ref]} :query-params})
source

get-ref-handlerclj

(get-ref-handler {{git-repo :repo/jgit} :repo {:keys [ref]} :path-params})
source

get-repo-handlerclj

(get-repo-handler {repo :repo {:keys [org]} :path-params})
source

get-repos-handlerclj

(get-repos-handler {database :database {:keys [org]} :path-params})
source

get-tree-handlerclj

(get-tree-handler {{git-repo :repo/jgit} :repo {:keys [sha]} :path-params})
source

patch-ref-handlerclj

(patch-ref-handler
  {{git-repo :repo/jgit} :repo {:keys [ref]} :path-params body :body})
source

patch-repo-handlerclj

(patch-repo-handler
  {database :database {:keys [org repo]} :path-params body :body})
source

post-commit-handlerclj

(post-commit-handler {{git-repo :repo/jgit} :repo body :body})
source

post-ref-handlerclj

(post-ref-handler {{git-repo :repo/jgit} :repo body :body})
source

post-repos-handlerclj

(post-repos-handler
  {state :database {:keys [org]} :path-params {:keys [name] :as repo} :body})
source

post-tree-handlerclj

(post-tree-handler {{git-repo :repo/jgit} :repo body :body})
source

repo-bodyclj

(repo-body org-name {repo-name :repo/name attrs :repo/attrs})
source

repo-middlewareclj

(repo-middleware handler)
source

routesclj

source

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

× close