0.2.6 • Published 2 years ago

@lolzteam/sdk v0.2.6

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Lolzteam Market API for node.js

⚠️ Attention! This project uses ES modules.

Please make sure you have "type": "module" in your package.json

Документация

Installation

npm i @lolzteam/sdk or, if you prefer yarn yarn add @lolzteam/sdk

Example usage

import { LZTApi } from '@lolzteam/sdk'

const api = new LZTApi({ token: 'your api token' })

const me = await api.users.getUser()
const myPayments = await api.market.getPayments()

console.log(me, myPayments)
0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago