You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy to have a method by which we can replace all of a class of SBDataObjects from whatever is present in a network.
Something like +[SBDataObject refreshCollection] which would issue a GET to some bulk resource endpoint and create/update all the objects it fetches, and delete anything it hasn't fetched.
The text was updated successfully, but these errors were encountered:
It would be handy to have a method by which we can replace all of a class of
SBDataObject
s from whatever is present in a network.Something like
+[SBDataObject refreshCollection]
which would issue aGET
to some bulk resource endpoint and create/update all the objects it fetches, and delete anything it hasn't fetched.The text was updated successfully, but these errors were encountered: