- Issue created by @purencool
- 🇨🇦Canada jeremylichtman
That library is more for handling a local git repo.
I looked into GitHub integration when I first built this module. At that time, integrating was really unwieldy. i.e. if you had a website and you wanted to integrate, then you'd contact GH and do some contractual stuff, and then they'd open up a special API for that. There wasn't a generic way to have a module and just plug in some config options and have it all work.
Not sure what the story is today. Maybe it's easier now.
I think if it's feasible though, it should probably be a separate module (i.e. burndown_github).
- 🇨🇦Canada jeremylichtman
Here's their API documentation: https://docs.github.com/en/rest/quickstart?apiVersion=2022-11-28
Looks like it is much more feasible today. Should still be a separate module (possibly I'd need to add more extensibility to this module). Their REST API is very complex, and there's a lot of different things that integration could do. It would need to be carefully planned out.