Closed hkalexling closed 8 years ago
OCTClient+Gists provides functions to fetch, create and modify gists, but I did't see a way to delete a gist. Did I miss something or is it provided in somewhere else? I did find method to delete gist in OctoKit.rb so I think it's achievable.
Any help would be appreciated.
Yes, the GitHub.com API exists but Octokit.objc doesn't expose it. A pull request would be great 😄
Sure, pull request sent :)
OCTClient+Gists provides functions to fetch, create and modify gists, but I did't see a way to delete a gist. Did I miss something or is it provided in somewhere else? I did find method to delete gist in OctoKit.rb so I think it's achievable.
Any help would be appreciated.