We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5c587 commit 31627e2Copy full SHA for 31627e2
src/django_github_app/github.py
@@ -84,6 +84,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
84
85
86
class GitHubAPIEndpoint(Enum):
87
+ INSTALLATION_REPOS = "/installation/repositories"
88
REPO_ISSUES = "/repos/{owner}/{repo}/issues"
89
90
0 commit comments