Seth Hitchings
Seth Hitchings
Check out https://github.com/evernote/evernote-oauth-ruby
This doesn't seem to work for me: ``` ERROR at EDAMTest.pl line 126. $VAR1 = bless( { 'code' => 0, 'message' => 'Missing version identifier' }, 'Thrift::TException' ); ``` I'm...
You're right, installing LWP::Protocol::https resolved the problem. I'd like to update the README with the required modules. I installed: HTTP::Request LWP IO::String Bit::Vector Class::Accessor LWP::Protocol::https Exception::Class Do you know of...