k33g / gh3

Client-side Javascript API wrapper for GitHub API V3
370 stars 79 forks source link

any plans to support editing of repos gists? #10

Closed tansaku closed 10 years ago

tansaku commented 11 years ago

or is that functionality already that I have missed?

k33g commented 11 years ago

it's only a client library, i think the gist editing feature is impossible (unauthorized because of cross scripting)

On Fri, May 10, 2013 at 6:28 PM, Sam Joseph notifications@github.comwrote:

or is that functionality already that I have missed?

— Reply to this email directly or view it on GitHubhttps://github.com/k33g/gh3/issues/10 .

http://about.me/ph.charriere

tansaku commented 11 years ago

good to know. these guys seem to have a gist update hook, but not sure if it works:

https://github.com/michael/github

k33g commented 11 years ago

oh oh, i'm very curious about it I'll test it as soon as I have a moment, thank you for the link :)

On Fri, May 10, 2013 at 6:31 PM, Sam Joseph notifications@github.comwrote:

good to know. these guys seem to have a gist update hook, but not sure if it works:

https://github.com/michael/github

— Reply to this email directly or view it on GitHubhttps://github.com/k33g/gh3/issues/10#issuecomment-17730389 .

http://about.me/ph.charriere

k33g commented 10 years ago

but you have to provide your password (gh3 is only for reading)