-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Provide a way to make a "raw" request #2071
Copy link
Copy link
Closed
Labels
Description
There will always take a while from when new endpoint or parameter is available in the GitHub API until it is supported by a released version of PyGithub.
Something as simple as providing a "public" accessor for __requester that is guaranteed not to change it's name would suffice.
Another possibility would be that the Requester object is, optionally, created by the user and then used to create the GitHub object.
Reactions are currently unavailable