#193: Add a param to Requester.requestXxx for request headers

This commit is contained in:
Vincent Jacques
2013-08-23 11:31:01 +02:00
parent 03d7fb012e
commit 64cf539c83
26 changed files with 185 additions and 26 deletions
+2
View File
@@ -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)