8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199ba28 commit 80707b4Copy full SHA for 80707b4
github3/repos/repo.py
@@ -2254,6 +2254,17 @@ class StarredRepository(GitHubCore):
2254
then changed the structure to a new object that separates that from the
2255
Repository representation. This consolidates the two.
2256
2257
+ Attributes:
2258
+
2259
+ .. attribute:: starred_at
2260
2261
+ A parsed :class:`~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
2268
See also:
2269
https://developer.github.com/v3/activity/starring/#list-repositories-being-starred
2270
0 commit comments