tebex
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

NodeJS Tebex SDK

Api Reference Tebex Api Docs

Example

import { Tebex } from "tebex";

const tebex = new Tebex(process.env.TEBEX_STORE_SECRET);

tebex.information.get().then(console.log);

Log Example:

={
  account: {
    id: 1123268,
    domain: 'https://tebex.dicraft.net',
    name: 'DiCraft Online Store',
    currency: { iso_4217: 'USD', symbol: '$' },
    online_mode: true,
    game_type: 'Minecraft (Offline/Geyser)',
    log_events: true
  },
  server: { id: 1405737, name: 'DiCraft Online Store' },
  analytics: { internal: { project: '', key: '' } }
}

Package Sidebar

Install

npm i tebex

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

108 kB

Total Files

74

Last publish

Collaborators

  • alexxandergrib