jasonkneen / RESTe

A simple JavaScript REST / API helper for Titanium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection .fetch with custom POST function?

nuborian opened this issue · comments

Hey, is there an option to use the collections but with a custom function for fetching instead of a get method?

Seems not working, so i hope i am just doing something wrong. :)

Not quite sure what you mean but if you're talking about putting your own data into a collection you can do that by just creating an array and using:

reste.createCollection("collectionname", ARRAY_OF_OBJECTS) and you'll then be able to access Alloy.Collections.collectionname and use it as normal.