Implement the Github Users API: http://developer.github.com/v3/users/
Implement the Github Users API: http://developer.github.com/v3/users/
(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.
(create-key title key options)
Create a new public key.
Create a new public key.
(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.
(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.
(emails options)
List the authenticated user's emails.
List the authenticated user's emails.
(followers user & [options])
List a user's followers.
List a user's followers.
(following user & [options])
List the users a user is following.
List the users a user is following.
(following? user options)
Check if the authenticated user is following another user.
Check if the authenticated user is following another user.
(keys options)
List the authenticated user's public keys.
List the authenticated user's public keys.
(me & [options])
Get info about the currently authenticated user.
Get info about the currently authenticated user.
(my-followers options)
List the authenticated user's followers.
List the authenticated user's followers.
(my-following options)
List the users the authenticated user is following.
List the users the authenticated user is following.
(my-teams & [options])
List the currently authenticated user's teams across all organizations
List the currently authenticated user's teams across all organizations
(repos user & [options])
All repositories for a user.
All repositories for a user.
(specific-key id options)
Get a specific key from the authenticated user.
Get a specific key from the authenticated user.
(user-keys user & [options])
List the user's public keys.
List the user's public keys.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close