As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Is there a way to retrieve data from users and data storage from kinvey backend without REST calls? I want to get queries from the client, fetch the data, changed it and then send it back to the client.
What platform are you developing for? We have client libraries for various platforms available on our devcenter at http://devcenter.kinvey.com
u
udi zohar
said
over 9 years ago
yeah I know. I am developing for android. The thing is the lookup function is not sufficient and I need to do this with end point (so I think) but not sure how
C
Caroline
said
over 9 years ago
I've tagged under Android so we can get the right eyes on it.
E
Edward
said
over 9 years ago
Have you looked at Collection Hooks? This might be what you want. https://console.kinvey.com/addons/collection-hooks
The idea is that you can execute javascript before or after any request is made-- this means you can make a request from the android library, intercept it with your collection hook, modify it, and then finally return it.
udi zohar