404ProgramNotFound / apiWrap-Gofile

api wrapper for Gofile api
MIT License
0 stars 0 forks source link

TypeError: gofileApiwrapper is not a constructor #3

Closed TheBaconPug closed 3 years ago

TheBaconPug commented 3 years ago
const api = new gofileApiwrapper(process.env.EMAIL, process.env.TOKEN);
404ProgramNotFound commented 3 years ago

ye i miss spelled it in the documentation the proper way to call it is const gofileApiwrapper = require('gofile-apiwrapper'); var api = new gofileApiwrapper.apiGofile("email","apitoken");