ojacques/mkdocs-git-committers-plugin-2

`list-contributors` URI is unstable

Closed this issue · 1 comments

It looks like the list-contributors URI which I use to parse contributors to a file has stopped working.
This breaks the plugin until I add a fix.

I'm currently looking at leveraging graphql API to retrieve the contributors. A GitHub token may be needed.

Turned out that contributors-list was not unavailable all the time. As this is an undocumented GitHub "feature", moving to v2.0.0 now allows private repositories, and uses official GraphQL API.