1.1.1 • Published 5 years ago

fitssey-api v1.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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 )
} )
1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago