return fetch(url, options)
      .then(resp => resp.json())
      .catch(event => {
        console.log(`API error: ${event}`)
        window.errorReporting.notify({