mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
AuthenticatedUser.add_watched and .remove_watched
This commit is contained in:
@@ -81,5 +81,5 @@ AuthenticatedUser._addAttributePolicy( ExtendedListAttribute( "repos", Repositor
|
||||
NamedUser._addAttributePolicy( ExtendedListAttribute( "repos", Repository ) )
|
||||
Organization._addAttributePolicy( ExtendedListAttribute( "repos", Repository ) )
|
||||
|
||||
AuthenticatedUser._addAttributePolicy( ExtendedListAttribute( "watched", Repository ) )
|
||||
AuthenticatedUser._addAttributePolicy( ExtendedListAttribute( "watched", Repository, True, True ) )
|
||||
NamedUser._addAttributePolicy( ExtendedListAttribute( "watched", Repository ) )
|
||||
|
||||
Reference in New Issue
Block a user