0.5.0 • Published 2 years ago

@logexpert/gis-sdk v0.5.0

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

GIS Logexpert JS SDK

Installation

npm install @logexpert/gis-sdk

Usage

Basic

import { Logexpert } from '@logexpert/gis-sdk'
const sdk = new Logexpert('https://gis.logexpert.ru')

sdk.auth.static('<your token>')
//or
sdk.auth.login('<username>', '<password>')

const objects = await sdk.objects.readByQuery({
    $top: 10,
    $select: ['Id', 'Name']
})

Get points

import { Logexpert } from '@logexpert/gis-sdk'
const sdk = new Logexpert('https://gis.logexpert.ru')
const points = await sdk.trackPoints.read('<object id>',
    new Date('2022-17-14T00:00:00'), new Date('2022-07-14T23:59:59'))
0.5.0

2 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago