Lolzteam API for node.js
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)| Name | Name | Last commit date | ||
|---|---|---|---|---|
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)