1.1.0 • Published 3 years ago

@dclist/sdk v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

DCList.net NodeJS SDK

This package is official nodejs sdk for dclist.net.

It's open-source and always open to prs and contributions.

Installation

You can install package via npm or yarn with following commands :

npm install @dclist/sdk

or

yarn add @dclist/sdk

Gettings Started

We support typescript natively. You don't need to install any other packages.

For typescript :

import { GatewayClient } from '@dclist/sdk'

const gClient = new GatewayClient({
    token: 'YOUR_TOKEN_HERE'
})

For Javascript :

const { GatewayClient } = require('@dclist/sdk')

const gClient = new GatewayClient({
    token: 'YOUR_TOKEN_HERE'
})

More

You can find out more about sdk at dclist's documantation.

Link to SDK's full Documentation

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago