Closed TheBaconPug closed 3 years ago
const api = new gofileApiwrapper(process.env.EMAIL, process.env.TOKEN);
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");
const gofileApiwrapper = require('gofile-apiwrapper'); var api = new gofileApiwrapper.apiGofile("email","apitoken");