A packaged CommonJS module can be found via Releases. Follow the guide on Using a Module or use gitTio:
gittio install com.sensimity.ti.parse
To be able to use this module you'll need to add 2 types of configuration:
- Alloy.CFG (iOS, Android)
- tiapp.xml (Android)
"parse": {
"appId": "<your parse.com app id>",
"apiKey": "<your parse.com rest api key"
}
<property name="Parse_AppId" type="string">your parse.com app id</property>
<property name="Parse_ClientKey" type="string">your parse.com client key</property>
For Android support this module has a dependency to an additional Parse module to be able to subscribe your device for GCM.
This library only works for Alloy based Titanium apps because internally Backbone is used for the event dispatching.
- 0.1.0 Initial version
Please report issues and features requests in the repo's issue tracker.
- @smclab for titaniumifier
- @timanrebel for Parse
- @jasonkneen for RESTe