@sieval/hub-client
TypeScript icon, indicating that this package has built-in type declarations

2.4.9 • Public • Published

@sieval/hub-client

QuickStart

1. Import the library:

import {SievalHubClient} from '@sieval/hub-client';

2. Create a new instance and set base url and api key:

const client = new SievalHubClient().setBaseUrl('URL')
                                    .setApiKey('APIKEY');

3. Call methods:

const project = await this.hubClient.deletePolygon(this.project, polygon.referenceId);

Readme

Keywords

none

Package Sidebar

Install

npm i @sieval/hub-client

Weekly Downloads

9

Version

2.4.9

License

none

Unpacked Size

657 kB

Total Files

279

Last publish

Collaborators

  • sieval-pdejong