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

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i @dclist/sdk

Weekly Downloads

1

Version

1.1.0

License

Apache-2.0

Unpacked Size

50.8 kB

Total Files

23

Last publish

Collaborators

  • technoeren
  • technafo