@@ -1964,6 +1964,88 @@ class ShortRepository(_Repository):
1964
1964
``labels_urlt.variables`` for the list of variables that can
1965
1965
be passed to ``labels_urlt.expand()``.
1966
1966
1967
+ .. attribute:: languages_url
1968
+
1969
+ The URL to retrieve this repository's list of languages.
1970
+
1971
+ .. attribute:: merges_url
1972
+
1973
+ The URL to retrieve this repository's list of merges.
1974
+
1975
+ .. attribute:: milestones_urlt
1976
+
1977
+ The :class:`~uritemplate.URITemplate` object representing the
1978
+ URI template returned by GitHub's API. Check
1979
+ ``milestones_urlt.variables`` for the list of variables that can
1980
+ be passed to ``milestones_urlt.expand()``.
1981
+
1982
+ .. attribute:: name
1983
+
1984
+ The name of the repository, e.g., ``github3.py``.
1985
+
1986
+ .. attribute:: notifications_urlt
1987
+
1988
+ The :class:`~uritemplate.URITemplate` object representing the
1989
+ URI template returned by GitHub's API. Check
1990
+ ``notifications_urlt.variables`` for the list of variables that can
1991
+ be passed to ``notifications_urlt.expand()``.
1992
+
1993
+ .. attribute:: owner
1994
+
1995
+ The owner of the repository, e.g., ``sigmavirus24``.
1996
+
1997
+ .. attribute:: private
1998
+
1999
+ Whether the repository is private or public.
2000
+
2001
+ .. attribute:: pulls_urlt
2002
+
2003
+ The :class:`~uritemplate.URITemplate` object representing the
2004
+ URI template returned by GitHub's API. Check
2005
+ ``pulls_urlt.variables`` for the list of variables that can
2006
+ be passed to ``pulls_urlt.expand()``.
2007
+
2008
+ .. attribute:: releases_urlt
2009
+
2010
+ The :class:`~uritemplate.URITemplate` object representing the
2011
+ URI template returned by GitHub's API. Check
2012
+ ``releases_urlt.variables`` for the list of variables that can
2013
+ be passed to ``releases_urlt.expand()``.
2014
+
2015
+ .. attribute:: stargazers_url
2016
+
2017
+ The URL to retrieve this repository's list of stargazers.
2018
+
2019
+ .. attribute:: statuses_urlt
2020
+
2021
+ The :class:`~uritemplate.URITemplate` object representing the
2022
+ URI template returned by GitHub's API. Check
2023
+ ``statuses_urlt.variables`` for the list of variables that can
2024
+ be passed to ``statuses_urlt.expand()``.
2025
+
2026
+ .. attribute:: subscribers_url
2027
+
2028
+ The URL to retrieve this repository's list of subscribers.
2029
+
2030
+ .. attribute:: subscription_url
2031
+
2032
+ The URL to modify subscription to this repository.
2033
+
2034
+ .. attribute:: tags_url
2035
+
2036
+ The URL to retrieve this repository's list of tags.
2037
+
2038
+ .. attribute:: teams_url
2039
+
2040
+ The URL to retrieve this repository's list of teams.
2041
+
2042
+ .. attribute:: trees_urlt
2043
+
2044
+ The :class:`~uritemplate.URITemplate` object representing the
2045
+ URI template returned by GitHub's API. Check
2046
+ ``trees_urlt.variables`` for the list of variables that can
2047
+ be passed to ``trees_urlt.expand()``.
2048
+
1967
2049
.. versionadded:: 1.0.0
1968
2050
"""
1969
2051
0 commit comments