Liking cljdoc? Tell your friends :D

eamonnsullivan.github-api-lib.repos


*default-page-size*clj

source

get-page-of-topicsclj

(get-page-of-topics access-token repo-id page-size cursor)

Get a page of topics on a repo

Get a page of topics on a repo
sourceraw docstring

get-repo-idclj

(get-repo-id access-token url)
(get-repo-id access-token owner repo-name)

Get the unique ID value for a repository.

Get the unique ID value for a repository.
sourceraw docstring

get-repo-infoclj

(get-repo-info access-token url)
(get-repo-info access-token owner repo-name)

Get general information about a repository, including it's id

Get general information about a repository, including it's id
sourceraw docstring

get-repo-topicsclj

(get-repo-topics access-token url)
(get-repo-topics access-token url page-size)

Get all of the topics attached to a repo.

Get all of the topics attached to a repo.
sourceraw docstring

get-topicsclj

(get-topics page)
source

parse-repoclj

(parse-repo url)

Parse a repository url (a full url or just the owner/name part) and return a map with :owner and :name keys.

Parse a repository url (a full url or just the owner/name part) and
return a map with :owner and :name keys.
sourceraw docstring

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

× close