Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evernote/evernote-sdk-as3
Evernote SDK for ActionScript
https://github.com/evernote/evernote-sdk-as3
Last synced: about 2 months ago
JSON representation
Evernote SDK for ActionScript
- Host: GitHub
- URL: https://github.com/evernote/evernote-sdk-as3
- Owner: Evernote
- License: other
- Archived: true
- Created: 2012-04-15T22:09:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T08:47:15.000Z (8 months ago)
- Last Synced: 2024-08-04T05:05:01.725Z (5 months ago)
- Language: ActionScript
- Homepage: http://dev.evernote.com
- Size: 1.1 MB
- Stars: 22
- Watchers: 25
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - evernote-sdk-as3 - Evernote SDK for ActionScript (API / Other API)
README
# Deprecated
This SDK is no longer supported and will not receive any further updates or maintenance.---
Evernote SDK for ActionScript
==================================================
Evernote API version 1.22Overview
--------
This SDK contains wrapper code used to call the Evernote Cloud API from Flash and AIR apps.Prerequisites
-------------
In order to use the code in this SDK, you need to obtain an API key from http://dev.evernote.com/documentation/cloud. You'll also find full API documentation on that page.In order to run the sample code, you need a user account on the sandbox service where you will do your development. Sign up for an account at https://sandbox.evernote.com/Registration.action
Building the evernote.swc Library
---------------------------------
You can either include the SDK wrapper source code in your apps or include the evernote.swc library file.A project is included in the evernote-sdk-as3 directory that builds the evernote.swc library and points to the SDK wrapper source files.
Note: The project files are:
* .actionScriptProperties
* .flexLibProperties
* .projectTo open this project in Flash Builder and build the evernote.swc file:
1. Under File, select "import Flash Builder project"
2. Select "Project Folder" and Browse to the "evernote-sdk-as3" folder
3. Under Project, select "Build All"After building the project, the evernote-sdk-as3/bin directly will contain evernote.swc. You can include this library in your projects to use the Evernote SDK.