- Notifications
You must be signed in to change notification settings - Fork3
FW/1 2.2 Resource Routes and REST example
License
NotificationsYou must be signed in to change notification settings
marcins/fw1-rest-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple example of using the new Resource Routes and renderData in FW/1 to create a REST API and consume this with Javascript.
Tested on Railo 4.1, should run on ACF (except the tests), but really you're probably only just going to browse the code instead of running it.
Not totally finished, but I thought I'd get it out there all the same:
- list count doesn't get updated when a new item is added
- not much error handling
- rewrite UI usingBackbone as a coding exercise
- probably a bunch of other bugs