1.1.2 • Published 2 years ago

@mx-inventor/synup v1.1.2

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

Synup Module

Synup API client library, connected to https://developer.synup.com/docs/#/

How to use

Install the module

npm install @mx-inventor/synup

or

yarn add @mx-inventor/synup

Then import module

const synup = require('@mx-inventor/synup')('SYNUP_API_KEY');

const {
    Analytics,
    Campaigns,
    Folders,
    Interactions,
    Listings,
    Locations,
    Places,
    Rankings,
    Tags,
    Users
} = synup;

Locations.getAll().then(locations=>{
    // logic with locations
});
1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago