A library for multiup.org
- login(username, password, callback)
- logout()
- check(linkOfFile, callback)
- gethosts(callback)
- upload(pathToFile, arrayOfHosts, description, callback)
They are always return these parameters:
errorFirst parameter. AnErrorobject, with details what went wrong, ornullif nothing went wrong.jsonSecond parameter. If no error, an object with the data inJSONrepresentation. It's keys and values can be found in the links above.