Top Level Namespace

Defined Under Namespace

Modules: Enop Classes: Ennb

Constant Summary collapse

OAUTH_CONSUMER_KEY =

Client credentials Fill these in with the consumer key and consumer secret that you obtained from Evernote. If you do not have an Evernote API key, you may request one from dev.evernote.com/documentation/cloud/

"ykominami-1-0694"
OAUTH_CONSUMER_SECRET =
"a53c21b9fe88db96"
SANDBOX =

SANDBOX = true

false

Instance Method Summary collapse

Instance Method Details

#/Object

Index page



82
83
84
# File 'lib/en_oauth.rb', line 82

get '/' do
  erb :index
end

#sinatraObject

Copyright 2012 Evernote Corporation. All rights reserved.



5
# File 'lib/en_oauth.rb', line 5

require 'sinatra'