actions
actions copied to clipboard
Replacing request library for callbacks with fetch
Adding ability to check status codes and return proper errors to Looker
From what I could tell node-fetch did not offer the same event granularity as the request library. You do not receive the same type of events and errors will be piped to the catch/reject rather than an event.