I created an ACS project and I deleveloped some client side code with Titanium. I need to elaborate some data in the ACS server side. So that I created another node.acs project integrated with the first one as explained at http://docs.appcelerator.com/cloud/latest/#!/guide/node_studio_integrated Now I need to give ACS's data to the node.acs program. I think node.acs could query that data using standard ACS's REST pages, but there is the limit of 20 rows for each query. Is there a way to access directly to ACS's data?
↧