0.2.4 • Published 6 months ago

api-tebex v0.2.4

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
6 months ago

API Tebex


Installation

  • Get your Tebex's secret API key from this link.
  • Install the api-tebex package using your package manager Example:
yarn add api-tebex

Example

const { TebexInstance } = require('api-tebex');

const apple = new TebexInstance('secret-api-key');

// Get webstore information
console.log(apple.server.information());

// Retrive user information
console.log(apple.players.retrieve(1000));

Documentation

  • You can trust JSDocs with your IDE
  • You can build the documentation pages with yarn serve:docs
0.2.3

6 months ago

0.2.2

6 months ago

0.2.4

6 months ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago