function getFromUrl (next, field) {
  const me = this;
  request({
    url: me.getUrl,
    method: 'GET',