create: function(resource, res, rej) {
      return this.endpointPromise().then((function(endpoint) {
        if (endpoint._create) {
          return endpoint._create(resource);
        } else {