BlairAllegroTech / js-data-jsonapi

JsonApi Adapter for js-data
MIT License
15 stars 5 forks source link

Allow method to overrides on update and updateAll #21

Closed rgant closed 8 years ago

rgant commented 8 years ago

My application uses the extension allowing bulk requests.

In js-data there is currently no method to create which allows multiple objects. For this purpose it is suggested to use the operation "updateAll" and force the POST method.

This change checks for a method in the options passed to update and updateAll before forcing the usePatch flag.

rgant commented 8 years ago

This is related to the work done in #14

BlairAllegroTech commented 8 years ago

@rgant Thanks for that appreciated!!