diff options
| author | Chris Sepic | 2012-06-15 14:44:38 -0500 | 
|---|---|---|
| committer | Chris Sepic | 2012-06-15 14:44:38 -0500 | 
| commit | e414ab96aef3902d32c4e3fcb172b032969b7da4 (patch) | |
| tree | 182c09d12c847ed93ec25167d3d66a13e7b1b64b /README.mkd | |
| parent | 616877c626f403d98b5f336fcb108f0d990e2c69 (diff) | |
| download | evernote-e414ab96aef3902d32c4e3fcb172b032969b7da4.tar.bz2 | |
update readme
Diffstat (limited to 'README.mkd')
| -rw-r--r-- | README.mkd | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -2,7 +2,7 @@  This gem is a high level wrapper around Evernote's Thrift-generated ruby code. It bundles up Evernote's thrift-generated code and creates some simple wrapper classes.  # setup # -Get yourself a "Client application" API key from Evernote (http://www.evernote.com/about/developer/api/#key), which gives you a "consumer_key" and "consumer_secret" (note that a "web application" API key uses OAuth to authenticate and will not work).  Put the key in a YML file or any other place you put configuration information.  Also, get yourself a username and password on both their sandbox system (http://sandbox.evernote.com) and live system.  You will be using sandbox for testing. +Get a "Client application" API key from Evernote (http://www.evernote.com/about/developer/api/#key), which gives you a "consumer_key" and "consumer_secret" (note that a "web application" API key uses OAuth to authenticate and will not work).  Put the key in a YML file or any other place you put configuration information.  Also, get yourself a username and password on both their sandbox system (http://sandbox.evernote.com) and live system.  You will be using sandbox for testing.  # usage #  This script is also located in /example.rb @@ -40,6 +40,9 @@ The evernote API can be viewed at http://www.evernote.com/about/developer/api/re  If the vendored code is out of date and you get an error indicating so, feel free to create an issue at http://github.com/cgs/evernote/issues +# TODO # +* OAuth support - will gladly accept a patch for this! +  # contributors #  Thanks to the following peeps for helping out: @@ -48,6 +51,7 @@ Thanks to the following peeps for helping out:  * Mikhail Zelenin (MioGreen)  * Jimmy Zimmerman (jimmyz)  * Buck Doyle (backspace) +* Philippe Creux (pcreux)  ## Copyright ##  Copyright (c) 2011 Chris Sepic. See LICENSE for details. | 
