8000 Add attribute docs to StarredRepository · numitor666/github3.py@80707b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80707b4

Browse files
committed
Add attribute docs to StarredRepository
1 parent 199ba28 commit 80707b4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

github3/repos/repo.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,6 +2254,17 @@ class StarredRepository(GitHubCore):
22542254
then changed the structure to a new object that separates that from the
22552255
Repository representation. This consolidates the two.
22562256
2257+
Attributes:
2258+
2259+
.. attribute:: starred_at
2260+
2261+
A parsed :cla 68C8 ss:`~datetime.datetime` object representing the date a
2262+
the repository was starred.
2263+
2264+
.. attribute:: repository
2265+
2266+
The :class:`Repository` that was starred by the user.
2267+
22572268
See also:
22582269
https://developer.github.com/v3/activity/starring/#list-repositories-being-starred
22592270

0 commit comments

Comments
 (0)
0