function addTimeStamp (options) {
  return _.extend(options.params || options.qs || {}, { _time: _.now() })
}