mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
#193: Add a param to Requester.requestXxx for request headers
This commit is contained in:
@@ -82,6 +82,7 @@ class UserKey(github.GithubObject.CompletableGithubObject):
|
||||
"DELETE",
|
||||
self.url,
|
||||
None,
|
||||
None,
|
||||
None
|
||||
)
|
||||
|
||||
@@ -103,6 +104,7 @@ class UserKey(github.GithubObject.CompletableGithubObject):
|
||||
"PATCH",
|
||||
self.url,
|
||||
None,
|
||||
None,
|
||||
post_parameters
|
||||
)
|
||||
self._useAttributes(data)
|
||||
|
||||
Reference in New Issue
Block a user