actions icon indicating copy to clipboard operation
actions copied to clipboard

Replacing request library for callbacks with fetch

Open phillipperalez opened this issue 10 months ago • 1 comments

Adding ability to check status codes and return proper errors to Looker

phillipperalez avatar Apr 05 '24 19:04 phillipperalez

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.

phillipperalez avatar May 09 '24 17:05 phillipperalez