Adaptor.prototype.getAllTags = function(aId, callback) {
  this._get("/accounts/" + aId + "/devices/tags", null, callback);
};