|
Notes:
ASF 0.6.0 (released this morning) contains support for get_updated(0 and get_deleted(), e.g.:
Account.connection.get_deleted("Account", "2006-06-01T23:00:01Z", "2006-07-01T23:00:01Z")
Account.connection.get_updated("Account", "2006-06-01T23:00:01Z", "2006-07-01T23:00:01Z")
each return an array of ids for the updated or deleted objects.
Changes:
|