Skip to content

Conversation

@youqingkui
Copy link

i use the python sdk example can work in yinxiang, so i change this

developer_token = "my developer token"

# Set up the NoteStore client 
client = EvernoteClient(token=developer_token)
note_store = client.get_note_store()

# Make API calls
notebooks = note_store.listNotebooks()
for notebook in notebooks:
    print "Notebook: ", notebook.name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant