mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
+1
-1
@@ -21,7 +21,7 @@ import github.Commit
|
||||
|
||||
class Branch(github.GithubObject.NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents Branchs as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents Branchs. The reference can be found here http://developer.github.com/v3/repos/#list-branches
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ import github.CommitComment
|
||||
|
||||
class Commit(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Commits as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents Commits. The reference can be found here http://developer.github.com/v3/git/commits/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ import github.NamedUser
|
||||
|
||||
class Event(github.GithubObject.NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents Events as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents Events. The reference can be found here http://developer.github.com/v3/activity/events/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import github.GithubObject
|
||||
|
||||
class Label(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Labels as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents Labels. The reference can be found here http://developer.github.com/v3/issues/labels/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ import github.Label
|
||||
|
||||
class Milestone(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Milestones as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents Milestones. The reference can be found here http://developer.github.com/v3/issues/milestones/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
@@ -21,7 +21,7 @@ import github.NotificationSubject
|
||||
|
||||
class Notification(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Notifications as returned for example by http://developer.github.com/v3/activity/notifications/#list-your-notifications
|
||||
This class represents Notifications. The reference can be found here http://developer.github.com/v3/activity/notifications/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
@@ -29,7 +29,7 @@ import github.NamedUser
|
||||
|
||||
class Organization(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Organizations as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents Organizations. The reference can be found here http://developer.github.com/v3/orgs/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
@@ -29,7 +29,7 @@ import github.Commit
|
||||
|
||||
class PullRequest(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents PullRequests as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents PullRequests. The reference can be found here http://developer.github.com/v3/pulls/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
@@ -21,7 +21,7 @@ import github.NamedUser
|
||||
|
||||
class PullRequestComment(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents PullRequestComments as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents PullRequestComments. The reference can be found here http://developer.github.com/v3/pulls/comments/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
@@ -19,7 +19,7 @@ import github.GithubObject
|
||||
|
||||
class PullRequestMergeStatus(github.GithubObject.NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents PullRequestMergeStatuss as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents PullRequestMergeStatuss. The reference can be found here http://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
@@ -52,7 +52,7 @@ import github.Legacy
|
||||
|
||||
class Repository(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Repositorys as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents Repositorys. The reference can be found here http://developer.github.com/v3/repos/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
@@ -19,7 +19,7 @@ import github.GithubObject
|
||||
|
||||
class RepositoryKey(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents RepositoryKeys as returned for example by http://developer.github.com/v3/keys
|
||||
This class represents RepositoryKeys. The reference can be found here http://developer.github.com/v3/repos/keys/
|
||||
"""
|
||||
|
||||
def __init__(self, requester, attributes, completed, repoUrl):
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import github.Commit
|
||||
|
||||
class Tag(github.GithubObject.NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents Tags as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents Tags. The reference can be found here http://developer.github.com/v3/git/tags/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ import github.NamedUser
|
||||
|
||||
class Team(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Teams as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents Teams. The reference can be found here http://developer.github.com/v3/orgs/teams/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import github.GithubObject
|
||||
|
||||
class UserKey(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents UserKeys as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents UserKeys. The reference can be found here http://developer.github.com/v3/users/keys/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user