Liking cljdoc? Tell your friends :D

clj-github.users

Implements the API functions described here: http://develop.github.com/p/users.html

Implements the API functions described here: http://develop.github.com/p/users.html
raw docstring

followclj

(follow user)

Follow a user.

Follow a user.
raw docstring

search-usersclj

(search-users term)

Searches for all users on github with term in their name.

Searches for all users on github with term in their name.
raw docstring

set-userclj

(set-user user target value)

Set certain information for a user. Accepted inputs for target are name, email, blog, company, and location.

Set certain information for a user. Accepted inputs for target are
name, email, blog, company, and location.
raw docstring

show-followersclj

(show-followers user)

Get a list of users that are following a user.

Get a list of users that are following a user.
raw docstring

show-followingclj

(show-following user)

Get a list of the users that a user is following.

Get a list of the users that a user is following.
raw docstring

show-user-infoclj

(show-user-info user)

Grabs information about a specific user.

Grabs information about a specific user.
raw docstring

show-watchingclj

(show-watching user)

Get a list of repos that user is watching.

Get a list of repos that user is watching.
raw docstring

unfollowclj

(unfollow user)

Unfollow a user.

Unfollow a user.
raw docstring

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

× close