sigmavirus24 / github3.py

Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.
https://github3.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.21k stars 404 forks source link

Feature request: Fetch all repositories accessible by github app #1085

Closed pettermk closed 2 years ago

pettermk commented 2 years ago

First of all, thanks for a great library! I am using it in my project and noticed I wasn't able to fetch the repo metadata my github app can access. This is the API doc, let me know if I've somehow missed the possibility to use it.

https://docs.github.com/en/rest/apps/installations#list-repositories-accessible-to-the-app-installation

I am forking off and working on a PR, creating this issue for tracking it.

BR, Petter