Page 1 of 1

Predefined Collection services

Posted: Fri Jul 11, 2014 6:02 am
by Aeneas McBurney

Why are there no services like update or delete for predefined collections? I want to use the User table but the only services available are login, logout and signup. Is there an easy way to create the same services as custom collections for predefined collections?

Thanks in advance.


Predefined Collection services

Posted: Fri Jul 11, 2014 8:33 am
by Maryna Brodina

Hello!

You can create service to update Users table data using REST service and Appery.io DB API http://devcenter.appery.io/documentat...


Predefined Collection services

Posted: Fri Jul 11, 2014 8:43 am
by Aeneas McBurney

Hi thanks for your reply. I have already read that but was just wondering why these services haven't already been created like they have with the user defined collections. Also is the session id the app id when calling the update function?


Predefined Collection services

Posted: Fri Jul 11, 2014 1:23 pm
by Maryna Brodina

Unfortunayely these services import allowed for custom collections only. If more wide functionality is required, it should be custom implementation.
For these collection session token is required too.