-
Notifications
You must be signed in to change notification settings - Fork 1
texuf/Parse
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a baseline ActionScript 3 library for interacting with the Parse REST API. The library supports count, create, read, update, delete and "where" searches. Searches also support limiting the number of records, and skipping a number of records. Note that there is no checking on skip or limit values. Maximum value of limit per the Parse API is 1000. Note that Flash Player does not allow modifications to the HTTP Authentication header, so this library works only using AIR. I have tested it both on the desktop and for mobile applications. There are two dependencies. The first is a Base64 class written by Steven Webster. It is included in it's entirety. The second is on JSON encoding and decoding support from the AS3 Core Library (available on GitHub via Mike Chambers). AIR 3 supports native JSON, which would be preferable, though I am waiting for an official release before removing the AS3 Core Library dependency. the JSON lib is here https://github.com/mikechambers/as3corelib You might need to rename JSON.as to something like JSONa.as, I had a conflict with the Flex libs.
About
ActionScript library for Parse services.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published