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

1.1.0 • Public • Published

SLDBTS

A TypeScript abstraction wrapper arround SLDB's XMLRPC endpoint

Usage

npm i --save sldbts

import { SLDBClient } from "sldbts";

(async () => {
    const client = new SLDBClient({
        host: "sldb.coolsite.com",
        port: 8300,
        username: "xmlrpcUsername",
        password: "xmlrpcPassword"
    });

    const leaderboards = await client.getLeaderboards("BYAR", ["Duel", "Team"]);
})();

Readme

Keywords

none

Package Sidebar

Install

npm i sldbts

Weekly Downloads

3

Version

1.1.0

License

unlicense

Unpacked Size

19.8 kB

Total Files

15

Last publish

Collaborators

  • jazcash