Closed mvhirsch closed 6 years ago
Instead of depending on googleapis (which is a rather big package), we should rely on google-auth-library https://www.npmjs.com/package/google-auth-library
googleapis
google-auth-library
Since the only usage of googleapis is to authenticate the DfpUser, this should be a quick change.
I've made a PR. Please take a look at #45
Thx @grevory. Since you've merged #45, this can be closed safely.
Instead of depending on
googleapis
(which is a rather big package), we should rely ongoogle-auth-library
https://www.npmjs.com/package/google-auth-librarySince the only usage of
googleapis
is to authenticate the DfpUser, this should be a quick change.