Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc5a2146

Browse files
committed
Make use of the new headers available
1 parent6a6929f commitc5a2146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎github3/github.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,8 @@ def search_repositories(self, query, sort=None, order=None,
10381038
}
10391039

10401040
url=self._build_url('search','repositories')
1041-
returnSearchIterator(number,url,Repository,self,params,etag)
1041+
returnSearchIterator(number,url,Repository,self,params,etag,
1042+
headers)
10421043

10431044
defset_client_id(self,id,secret):
10441045
"""Allows the developer to set their client_id and client_secret for

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp