Hi, i was wondering if there is any good way to save multiple objects in one request? (In Android / Swift)
In parse, i could use:
ParseObject.saveAllInBackground(list, new SaveCallback() {...}
Is there something similar in Backendless?
Or some documentation/tutorial that shows how to do this?