baasbox / Android-SDK

BaasBox Android SDK
Apache License 2.0
27 stars 26 forks source link

Document update should be implemented #30

Closed dirkam closed 10 years ago

eliantor commented 10 years ago

Hi dirkam, what kind of update do you mean? If you have a document that is a mirror of one on the server (it has an id). BaasDocument.save(), just performs an update.

dirkam commented 10 years ago

I see, thank you for the info. The API reference says that update is not implemented so I haven't even tried this, but it works perfectly. Sorry for that.

eliantor commented 10 years ago

It refers to single field updates. This feature is still available through the REST api. We plan to add an easier wrapper in the SDK sooner than later.