404ProgramNotFound / apiWrap-Gofile

api wrapper for Gofile api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: gofileApiwrapper is not a constructor

TheBaconPug opened this issue · comments

const api = new gofileApiwrapper(process.env.EMAIL, process.env.TOKEN);
commented

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");