Max Popov
Max Popov
There is no PUT method in JSON API 1.0 format specifications. There is only PATCH. Here is excerpt from it (http://jsonapi.org/format/#crud-updating): > Updating a Resource's Attributes > > Any or...
I'm using $jsonapi.getResource(...) and when I have object, I can use something like "angular.copy(attributes_to_update, object.form.data.attributes)", Then, on object.save it sends only fields I've set. So looks like there is a...
@eduardmartinez: For now I'm developing very basic app and don't use relationships. I need to understand if angular-jsonapi suitable for offline-first support first. Looks like it has a lot of...
Hmm, today I've spent 20 minutes to find out how to implement stopping command. So goto is a foreground task, and you just need to register and implement command, e.g....
@jsenecal Do you push updates since connection started, or it's also possible to ask for updates since specific timestamp?
Да, это не дает пользоваться api нормально с мультисчетами. В приложении несколько счетов, в api - ??? Если несколько инвест стратегий, приходится все валить на один счет, и делать свой...