0.2.2 • Published 1 year ago

@cs2/dmarket v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@cs2/dmarket

Wrapper library for DMarket's API

NPM Version NPM Downloads install size

Installation

npm install @cs2/dmarket
# or
pnpm add @cs2/dmarket

Usage

import { createDMarketClient } from '@cs2/dmarket'

const client = createDMarketClient({
	privateKey: 'your private key',
	publicKey: 'your public key'
})

const { data } = await client.account.balance()
0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

1 year ago

0.1.0

1 year ago