python-github-backup icon indicating copy to clipboard operation
python-github-backup copied to clipboard

Discussions not backed up

Open ClaudioFriederich opened this issue 1 year ago • 1 comments

Discussions are not backed up. There is also no command line argument to include them, and they are not included in --all.

ClaudioFriederich avatar May 22 '24 22:05 ClaudioFriederich

It turns out that the REST API from GitHub does not have discussion support, and GitHub does not plan to add it. Their GraphQL API does, but using that would be an unfeasible change in an existing REST-based app like this.

ClaudioFriederich avatar May 22 '24 22:05 ClaudioFriederich