如何使用 ajax 从 Evernote 获取笔记而不是 nodejs 或 sdk?

How to get notes from Evernote with ajax than nodejs or sdk?

我想从印象笔记获取笔记,但是我不太了解API。 我想做的是用ajax向印象笔记发送数据,然后获取数据。

例如,在Angular中使用$http

$http(options)
            .then(function ( data ) {
                console.log('Success');
            }, function ( reason ) {
                console.log('Error');
            });

我可以用这样的方法获取笔记吗?

有关此主题的详细文档可在 github.com/evernote/evernote-sdk-js

上找到