#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
@@ -141,6 +141,7 @@ class PullRequestComment(github.GithubObject.CompletableGithubObject):
"DELETE",
self.url,
None,
None,
None
)
@@ -158,6 +159,7 @@ class PullRequestComment(github.GithubObject.CompletableGithubObject):
"PATCH",
self.url,
None,
None,
post_parameters
)
self._useAttributes(data)