octokit / octokit.objc

GitHub API client for Objective-C
MIT License
1.84k stars 319 forks source link

Is it possible to delete a gist? #307

Closed hkalexling closed 8 years ago

hkalexling commented 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.

joshaber commented 8 years ago

Yes, the GitHub.com API exists but Octokit.objc doesn't expose it. A pull request would be great 😄

hkalexling commented 8 years ago

Sure, pull request sent :)