[AC-3191] Alloy needs a REST model
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2013-02-07T01:23:16.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Alloy, Titanium SDK & CLI |
| Labels | n/a |
| Reporter | Allan Brazute |
| Assignee | Shak Hossain |
| Created | 2013-01-25T12:32:56.000+0000 |
| Updated | 2016-03-08T07:57:35.000+0000 |
Description
To a mobile app, be able to CRUD data within a remote server via REST APIs is something basic, and therefore, Alloy is kind of missing it.
There is 2 links that may help to get it in Alloy:
RestAPI Sync Adapter for Titanium Alloy Framework: https://github.com/viezel/napp.alloy.adapter.restapi
Backbone dualStorage Adapter: https://github.com/lucian1900/Backbone.dualStorage
Duplicate of ALOY-110