googleapis / nodejs-common

🚀🐢 A set of classes and utilities used in Google npm modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch all private/protected functions to be async

JustinBeckwith opened this issue · comments

We use callback style programming in the library. For internal (protected/private) methods, we should switch over to an async/await style.

Fixed in #112