0.2.3 • Published 2 years ago

lzt v0.2.3

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

Lolzteam API for node.js

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

Example usage

import { LZTApi } from 'lzt'

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.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago