fitssey-api

1.1.1 • Public • Published

fitssey-api

Communication layer between your Node application and the Fitssey REST API

Usage

Initialize the class with your information.

const fitssey = new FitsseyApi({
    uuid: 'store-name',
    key: '**************',
    guid: '******-****-****-****-***********',
    source: 'store-name',
})

Make a request to the API

fitssey.get( 'member/all' ).then( res => {
    console.log( res )
} ).catch( err => {
    console.log( err )
} )

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i fitssey-api

    Weekly Downloads

    0

    Version

    1.1.1

    License

    ISC

    Unpacked Size

    4.46 kB

    Total Files

    3

    Last publish

    Collaborators

    • maartenbruggink