mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
#193: Add a param to Requester.requestXxx for request headers
This commit is contained in:
@@ -91,6 +91,7 @@ class RepositoryKey(github.GithubObject.CompletableGithubObject):
|
||||
"DELETE",
|
||||
self.__customUrl,
|
||||
None,
|
||||
None,
|
||||
None
|
||||
)
|
||||
|
||||
@@ -112,6 +113,7 @@ class RepositoryKey(github.GithubObject.CompletableGithubObject):
|
||||
"PATCH",
|
||||
self.__customUrl,
|
||||
None,
|
||||
None,
|
||||
post_parameters
|
||||
)
|
||||
self._useAttributes(data)
|
||||
|
||||
Reference in New Issue
Block a user