1.1.3 • Published 5 years ago

fin-client v1.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago