Download¶
-
class
github.Download.Download¶ This class represents Downloads. The reference can be found here https://docs.github.com/en/rest/reference/repos
-
accesskeyid¶ Type: string
-
acl¶ Type: string
-
bucket¶ Type: string
-
content_type¶ Type: string
-
created_at¶ Type: datetime.datetime
-
description¶ Type: string
-
download_count¶ Type: integer
-
expirationdate¶ Type: datetime.datetime
-
html_url¶ Type: string
-
id¶ Type: integer
-
mime_type¶ Type: string
-
name¶ Type: string
-
path¶ Type: string
-
policy¶ Type: string
-
prefix¶ Type: string
-
redirect¶ Type: bool
-
s3_url¶ Type: string
-
signature¶ Type: string
-
size¶ Type: integer
-
url¶ Type: string
-
delete()¶ Calls: DELETE /repos/{owner}/{repo}/downloads/{id} Return type: None
-