1.0.40 • Published 3 years ago

@quantleaf/query-sdk-node v1.0.40

Weekly downloads
50
License
ISC
Repository
github
Last release
3 years ago

Quantleaf Query SDK Node

Setup

    npm install @quantleaf/query-sdk-node

In your tsconfig.json file put following properties

    ...
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    ...

This library uses decorators to provide information about fields, hence these settinsg are necessary.

Obtain an API key at the account page (free if you create an account).

Explain your database schema

...

Request

Config

Authorize your self

Perform

....