read: function (path, readAs) {
    return xhr
      .basedGet('/api' + path)
      .then(function (response) {
        return parse(response, readAs);