AuthenticatedUser.xxx_emails

This commit is contained in:
Vincent Jacques
2012-02-25 10:10:55 +00:00
parent 307b6a85c7
commit bf1ffbde5e
4 changed files with 20 additions and 7 deletions
+6
View File
@@ -46,6 +46,12 @@ Following
* `add_to_following( user )`
* `remove_from_following( user )`
Emails
------
* `get_emails()` list of strings
* `add_to_emails( email, ... )`
* `remove_from_emails( email, ... )`
Class `NamedUser`
=================
* Attributes: see [API](http://developer.github.com/v3/users/#get-a-single-user)