flist-api
v0.1.1
Published
Simple wrapper for the F-List API
Downloads
2
Readme
flist-api
Simple wrapper for the F-List API v1.
For simple example usage, please see the test folder and the source, it's fully documented :).
constructor(username: string, password: string)
##Promise.<Object> FListAPI.request(endpoint: string, options: Object) Does whatever the endpoint does.
##boolean FListAPI.isAuthenticated() Returns whether the client is authed.
##Promise.<Object> FListAPI.authenticate() Authenticates the client, calling this is not needed unless you need the data from this endpoint. the request call automatically authenticates.