Skip to content

Commit dd4791f

Browse files
remove old note about async gh client
1 parent 114e27f commit dd4791f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ django-github-app provides a router-based system for handling GitHub webhook eve
102102
Each handler receives two key arguments:
103103
104104
- `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>
105+
- `gh`: A GitHub API client for making API calls
108106
109107
Here's an example:
110108

0 commit comments

Comments
 (0)