Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sonsongithub/evernoteapi
- Owner: sonsongithub
- License: other
- Created: 2011-06-03T14:33:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-03T15:46:44.000Z (over 13 years ago)
- Last Synced: 2024-10-03T16:16:28.487Z (about 1 month ago)
- Language: Objective-C
- Homepage: http://sonson.jp
- Size: 310 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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