1.1.3 • Published 6 years ago

fin-client v1.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

fin-client

Universal HTTP client for Fin.

NPM Build Status JavaScript Style Guide

Install

npm install fin-client

Usage

const FinClient = require('fin-client')
const client = new FinClient()

const username = 'example'
const password = 'password'

await client.signin({ username, password })

Related

  • fin - Fin is the easiest way to launch your own SaaS.
  • fts - TypeScript standard for rock solid serverless functions.

License

MIT © Travis Fischer

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago