mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Fix auth issues with Installation.get_repos (#2547)
This commit is contained in:
@@ -343,6 +343,10 @@ class Requester:
|
||||
def base_url(self):
|
||||
return self.__base_url
|
||||
|
||||
@property
|
||||
def auth(self):
|
||||
return self.__auth
|
||||
|
||||
def withAuth(self, auth):
|
||||
"""
|
||||
Create a new requester instance with identical configuration but the given authentication method.
|
||||
|
||||
Reference in New Issue
Block a user