0.0.2 • Published 2 years ago

ffn-client v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ffn-client

Installation

$ npm i shlink-client

# Or with yarn

$ yarn add shlink-client

API

SwimmerProfile

import { SwimmerProfile } from 'ffn-client';

const profile = new SwimmerProfile('1979311');

profile.fetch()
    .then(data => JSON.stringify(data, null, 2))
    .then(console.log);

See examples in this directory.

More to come ...

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago