@logexpert/gis-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

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'))

Package Sidebar

Install

npm i @logexpert/gis-sdk

Weekly Downloads

0

Version

0.5.0

License

MIT

Unpacked Size

59.7 kB

Total Files

52

Last publish

Collaborators

  • enhed