paulomcnally / youtube-node

Youtube api implementation for nodeJS

Home Page:https://www.npmjs.com/package/youtube-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

self.clearParams(); self.clearParts(); before call makes it impossible to add Params/Parts

MLeipziger opened this issue · comments

Before every API-Call you call

self.clearParams();
self.clearParts();

which makes it impossible for users to add own Params/Parts.