~rottinrob/reminders-app/trunk

1
2
3
4
5
6
7
8
9
/*String authToken = S=s1:U=817ef:E=148eeab92db:C=14196fa66df:P=1cd:A=en-devtoken:V=2:H=cec8624ba4dc0244e0f8958d899cb98d
    String noteStoreUrl = https://sandbox.evernote.com/shard/s1/notestore

    String userAgent = myCompanyName + "ubuntu" + myAppName + "remindapp" + myAppVersion;

    THttpClient noteStoreTrans = new THttpClient(noteStoreUrl);
    userStoreTrans.setCustomHeader("User-Agent", userAgent);
    TBinaryProtocol noteStoreProt = new TBinaryProtocol(noteStoreTrans);
    NoteStore.Client noteStore = new NoteStore.Client(noteStoreProt, noteStoreProt)*/