github3.py
github3.py copied to clipboard
Is it possible to delete an issue ?
I have unlocked the restriction in Github to delete issues in my repositories so I can achieve that operation manually by clicking on the trash icon on the issue web page.
But I couldn't find a way to do that programmatically with this library. So I wanted to be sure I am not missing anything or if it is just not (yet) supported.
Thank you very much by advance for your confirm.
It isn't yet supported, but would be a good small contribution for a new contributor
Thank you for your update and for this very useful lib. I will try to have a deeper look about how the API calls are made and see if I can come with a solution.