Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleinit
<evernote.init>
<devToken>{$ctx:devToken}</devToken>
<noteStoreUrl>{$ctx:noteStoreUrl}</noteStoreUrl>
<devTokenType>{$ctx:devTokenType}</devTokenType>
</evernote.init> 
Properties
  • devToken:Required - Developer tokens allow you to use the Evernote API to access your personal Evernote account.

  • noteStoreUrl:Required - Indicates the URL of the evernote API. This field will contain the full URL that clients should use to make NoteStore requests to the server shard that contains that user's data.

  • devTokenType:Required - Indicates the type of a developer token. Valid values are SANDBOX, PRODUCTION, YINXIANG 

...