Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sonsongithub/evernoteapi

Simple Evernote API management class for iOS.
https://github.com/sonsongithub/evernoteapi

Last synced: 23 days ago
JSON representation

Simple Evernote API management class for iOS.

Awesome Lists containing this project

README

        

EvernoteAPI
=======
![sample image](http://sonson.jp/wp/wp-content/uploads/2011/06/evernoteapi_top.png)

* [YouTube Demo Movie][]

How to use
=======
* Import EvernoteAPI folder into your project as source code and add header search path "./EvernoteAPI/Evenote/thrift/".

License
=======
BSD License.

ENManager Reference
=======
+ (ENManager*)sharedInstance;
###Return value
###Discussion

- (EDAMAuthenticationResult*)auth;
###Return value
###Discussion

- (EDAMNoteStoreClient*)noteStoreClient;
###Return value
###Discussion

- (void)releaseAuthorization;
###Discussion

- (EDAMNotebook*)defaultNotebook;
###Return value
###Discussion

- (EDAMNoteList*)notesWithNotebookGUID:(EDAMGuid)guid;
###Parameters
###guid
###Return value
###Discussion

- (NSArray*)notebooks;
###Return value
###Discussion

- (EDAMNote*)noteWithNoteGUID:(EDAMGuid)guid;
###Parameters
###guid
###Return value
###Discussion

- (EDAMNotebook*)createNewNotebookWithTitle:(NSString*)title;
###Parameters
###title
###Return value
###Discussion

- (EDAMNote*)createNote2Notebook:(EDAMGuid)notebookGuid
title:(NSString*)title
content:(NSString*)content;
###Parameters
###notebookGuid
###title
###content
###Return value
###Discussion

- (EDAMNote*)createNote2Notebook:(EDAMGuid)notebookGuid
title:(NSString*)title
content:(NSString*)content
resources:(NSArray*)resources;
###Parameters
###notebookGuid
###title
###content
###resources
###Return value
###Discussion

Blog
=======
* [sonson.jp][]
Sorry, Japanese only....

Dependency
=======
* ENManager.h/m depends on EvernoteAPI offered from [Evernote corporation][].
* EvernoteTest sample project depends on [Quartz Help Library][].

[Evernote corporation]: http://www.evernote.com/about/developer/api/
[Quartz Help Library]: https://github.com/sonsongithub/Quartz-Help-Library
[YouTube Demo Movie]: http://www.youtube.com/watch?v=q2gMog4taro
[sonson.jp]: http://sonson.jp