You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -102,9 +102,7 @@ django-github-app provides a router-based system for handling GitHub webhook eve
102
102
Each handler receives two key arguments:
103
103
104
104
- `event`: A `gidgethub.sansio.Event` containing the webhook payload
105
-
- `gh`: A `gidgethub.abc.GitHubAPI` instance for making API calls
106
-
107
-
<add note about `django_github_app.github.AsyncGitHubAPI` which is what actually is passed as `gh`. it's an opinionated implementation of the abstract GitHubAPI provided by gidgethub and uses httpx as it's client>
0 commit comments