mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Merge pull request #417 from edunham/explain-authed-user
Document how one gets an AuthenticatedUser object
This commit is contained in:
@@ -45,6 +45,8 @@ import github.Notification
|
||||
class AuthenticatedUser(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents AuthenticatedUsers as returned for example by http://developer.github.com/v3/todo
|
||||
|
||||
An AuthenticatedUser object can be created by calling ``get_user()`` on a Github object.
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user