While looking at AGJS-162, it would be nice to modify AeroGear.extend so that it can merge merge many objects like jQuery extend does
jQuery.extend( {}, this.getSettings(), { type: "POST" }, extraOptions )