1 parent b6c06ec commit 8354eccCopy full SHA for 8354ecc
1 file changed
github2/repositories.py
@@ -18,6 +18,7 @@ class Repository(BaseData):
18
has_downloads = Attribute("If True, this repository has downloads.")
19
has_wiki = Attribute("If True, this repository has a wiki.")
20
has_issues = Attribute("If True, this repository has an issue tracker.")
21
+ language = Attribute("Primary language for the repository.")
22
23
def _project(self):
24
return self.owner + "/" + self.name
0 commit comments