I think I was initially a bit uneasy about the design and implementation of backbone.siren and so I didn't override the backbone.model/collection.prototype.fetch() method, instead opting to create a .resolve() method to wrap it.
This leads to problems when integrating with 3rd party libraries that use .fetch, thus bypassing .resolve().
Essentially, this ticket is to rename .resolve() to .fetch()
I think I was initially a bit uneasy about the design and implementation of backbone.siren and so I didn't override the backbone.model/collection.prototype.fetch() method, instead opting to create a .resolve() method to wrap it.
This leads to problems when integrating with 3rd party libraries that use .fetch, thus bypassing .resolve().
Essentially, this ticket is to rename .resolve() to .fetch()