stonegao / gistnote

Evernote using Github gists for Mac (using MacRuby)
1 stars 0 forks source link

Github Gist API research #2

Open stonegao opened 12 years ago

stonegao commented 12 years ago

We should research how Gist API works. Is it ok just using the pure Ruby API or we need obj-c api.

iAladdin commented 12 years ago

I think macruby is a perfect choice to develop a App for Mac. There is no necessary use Objective-C. But, if we also wanna make a App for iOS in the future, maybe we should use objective-c from the beginning.We should think about Chameleon Framework to do those Apps. Here is the framework's link: http://chameleonproject.org/

If we wanna a quick start, maybe macruby is the best choice.

stonegao commented 12 years ago

make sense.

ok. Following is some refs:

Gist API (V3) : http://developer.github.com/v3/gists/ Github API Client : https://github.com/jwilger/github-v3-api Grit (for managing git commits pragmatically) : https://github.com/github/grit

pls add more :-)