Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jduff/asresource
A RESTful framework similar to Rails' ActiveResource for Actionscript 3
https://github.com/jduff/asresource
Last synced: about 2 months ago
JSON representation
A RESTful framework similar to Rails' ActiveResource for Actionscript 3
- Host: GitHub
- URL: https://github.com/jduff/asresource
- Owner: jduff
- Created: 2009-03-09T00:12:41.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-03-28T02:44:26.000Z (almost 16 years ago)
- Last Synced: 2024-08-04T05:05:34.957Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 3.28 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
- awesome-actionscript-sorted - asresource - A RESTful framework similar to Rails' ActiveResource for Actionscript 3 (Unsorted / Other API)
README
= asresource: A simple RESTful framework similar to Rails' ActiveResource for Actionscript 3
== Description
* Built specifically for use with a Rails backend (so you don't need to do anything special to the Rails server)
* Simple and straight forward to use== Current State
* *incomplete*
* Show action is working and tested, maps the result back to the object.
* mock xml service is setup so tests can be run against local data
* other actions are incomplete, but should be straight forward to implement based on the current state.
== AcknowledgmentsThis work was greatly inspired by the RestfulX framework by Dima Berastau (http://github.com/dima/restfulx/tree/master)
If you're looking for something that is a bit more complete and featureful I would defiantly check that out.
== TODO
* finish the mocked out sections
* lots more tests are needed
== LicenseCopyright (c) 2009 John Duff, released under MIT License