mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Add Autolink API link (#2632)
Co-authored-by: Enrico Minack <github@enrico.minack.dev>
This commit is contained in:
@@ -26,6 +26,11 @@ from github.GithubObject import Attribute, NonCompletableGithubObject, NotSet
|
||||
|
||||
|
||||
class Autolink(NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents Repository autolinks.
|
||||
The reference can be found here https://docs.github.com/en/rest/repos/autolinks?apiVersion=2022-11-28
|
||||
"""
|
||||
|
||||
def _initAttributes(self) -> None:
|
||||
self._id: Attribute[int] = NotSet
|
||||
self._key_prefix: Attribute[str] = NotSet
|
||||
|
||||
Reference in New Issue
Block a user