1.0.2 • Published 4 years ago

@perspective-software/segment-api v1.0.2

Weekly downloads
296
License
MIT
Repository
github
Last release
4 years ago

Segment Api

Install

npm install @perspective-software/segment-api

Docs

Docs available at https://perspective-software.github.io/segment-api/docs/SegmentApi.html

Example

const segmentApi = new SegmentApi({
    WORKSPACE: 'workspaceId',
    TOKEN: 'token', // personal access token
});

const response = await segmentApi.getCatalogDestination({name: 'facebook-pixel'});
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago