First of all, thank you for making this project available. I am integrating it with a spine project to allow for offline syncing, and so far I have setup get, create, and update actions that sync local storage with the remote server. However, I have not been able to figure out how to delete objects from the remote server. Calling @item.destroy() removes an item from the list, but it doesn't send a DELETE request to the remote server (even with {remote: true}). Is delete support currently available in atmos2? Can you recommend how it might be implemented for online and offline use? Thanks!
First of all, thank you for making this project available. I am integrating it with a spine project to allow for offline syncing, and so far I have setup get, create, and update actions that sync local storage with the remote server. However, I have not been able to figure out how to delete objects from the remote server. Calling @item.destroy() removes an item from the list, but it doesn't send a DELETE request to the remote server (even with {remote: true}). Is delete support currently available in atmos2? Can you recommend how it might be implemented for online and offline use? Thanks!