0.1.1 • Published 8 years ago

flist-api v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.

0.1.1

8 years ago

0.1.0

8 years ago