Marco
Marco

Reputation: 21

Can I use Evernote API in a server rather than an iOS/Android device

Thank you for reading my question a lot. What I want is to create/read a note of Evernote via a server(maybe a web service or not) -- Is it doable? I do not find a J2EE API set of Evernote so far. I really appreciate your comments :-)

Thanks again.

Upvotes: 0

Views: 59

Answers (1)

Laurent Sarrazin
Laurent Sarrazin

Reputation: 774

Of course it's doable.

Take a look at https://dev.evernote.com/doc/#reference for the documentation and https://github.com/evernote/evernote-sdk-java for the java sdk

It's not a REST api though so you'll need to take some time to actually read the documentation.

Have fun !

Upvotes: 2

Related Questions