Liking cljdoc? Tell your friends :D

tentacles.users

Implement the Github Users API: http://developer.github.com/v3/users/

Implement the Github Users API: http://developer.github.com/v3/users/
raw docstring

add-emailsclj

(add-emails emails options)

Add email address(es) to the authenticated user. emails is either a string or a sequence of emails addresses.

Add email address(es) to the authenticated user. emails is either
a string or a sequence of emails addresses.
sourceraw docstring

create-keyclj

(create-key title key options)

Create a new public key.

Create a new public key.
sourceraw docstring

delete-emailsclj

(delete-emails emails options)

Delete email address(es) from the authenticated user. Emails is either a string or a sequence of email addresses.

Delete email address(es) from the authenticated user. Emails is either
a string or a sequence of email addresses.
sourceraw docstring

delete-keyclj

(delete-key id options)

Delete a public key.

Delete a public key.
sourceraw docstring

edit-userclj

(edit-user options)

Edit the currently authenticated user. Options are: name -- User's name. email -- User's email. blog -- Link to user's blog. location -- User's location. hireable -- Looking for a job? bio -- User's biography.

Edit the currently authenticated user.
Options are:
   name     -- User's name.
   email    -- User's email.
   blog     -- Link to user's blog.
   location -- User's location.
   hireable -- Looking for a job?
   bio      -- User's biography.
sourceraw docstring

emailsclj

(emails options)

List the authenticated user's emails.

List the authenticated user's emails.
sourceraw docstring

followclj

(follow user options)

Follow a user.

Follow a user.
sourceraw docstring

followersclj

(followers user & [options])

List a user's followers.

List a user's followers.
sourceraw docstring

followingclj

(following user & [options])

List the users a user is following.

List the users a user is following.
sourceraw docstring

following?clj

(following? user options)

Check if the authenticated user is following another user.

Check if the authenticated user is following another user.
sourceraw docstring

keysclj

(keys options)

List the authenticated user's public keys.

List the authenticated user's public keys.
sourceraw docstring

meclj

(me & [options])

Get info about the currently authenticated user.

Get info about the currently authenticated user.
sourceraw docstring

my-followersclj

(my-followers options)

List the authenticated user's followers.

List the authenticated user's followers.
sourceraw docstring

my-followingclj

(my-following options)

List the users the authenticated user is following.

List the users the authenticated user is following.
sourceraw docstring

my-teamsclj

(my-teams & [options])

List the currently authenticated user's teams across all organizations

List the currently authenticated user's teams across all organizations
sourceraw docstring

reposclj

(repos user & [options])

All repositories for a user.

All repositories for a user.
sourceraw docstring

specific-keyclj

(specific-key id options)

Get a specific key from the authenticated user.

Get a specific key from the authenticated user.
sourceraw docstring

unfollowclj

(unfollow user options)

Unfollow a user.

Unfollow a user.
sourceraw docstring

userclj

(user user & [options])

Get info about a user.

Get info about a user.
sourceraw docstring

user-keysclj

(user-keys user & [options])

List the user's public keys.

List the user's public keys.
sourceraw docstring

usersclj

(users & [options])

Get info about all users.

Get info about all users.
sourceraw docstring

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

× close