C# Class EvernoteWrapper.Wrapper

Show file Open project: evernote/evernote-demo-metro

Public Methods

Method Description
Wrapper ( ) : System
createNote ( String developerToken ) : bool

Create a new note in the account of the user with the specified developer token.

Private Methods

Method Description
auth ( String authToken ) : bool

Make sure we have a valid auth token. Refreshes if possible, otherwise re-authenticates using username and password. Throws an TApplicationException, TTransportException, EDAMUserException or EDAMSystemException if an error occurs.

Method Details

Wrapper() public method

public Wrapper ( ) : System
return System

createNote() public method

Create a new note in the account of the user with the specified developer token.
public createNote ( String developerToken ) : bool
developerToken String
return bool