Get an organization installation
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.8k
- Forks
- 1.9k
- Avg merge
- 17m
- Merged PRs (30d)
- 2
Description
MainClass.GithubIntegration.get_installation() requires a repo and an owner, but the GitHub API has an endpoint where we can just pass the org. The response schemas are the same.
This would be useful when creating an org wide app where a mention of an arbitrary repo installation doesn't make much sense.
I can create a PR if this seems something worth adding.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in github/MainClass.py at MainClass.GithubIntegration.get_installation(), then compare its repository-based request with the linked GitHub organization-installation endpoint. Add an organization-based entry point using the same response schema, and verify that it supports organization-wide app installations without requiring a repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100