Skip to content
/ Parse Public
forked from texuf/Parse

ActionScript library for Parse services.

Notifications You must be signed in to change notification settings

f1fe/Parse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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.

Adapted to use AIR 3.x native JSON

About

ActionScript library for Parse services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published