zenith-private-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Zenith MMO

This is the Zenith MMO private api.

Exemple of use

const Zenith = require('zenith-private-api')
const api = new Zenith.API()

api.getUserInfo("username").then(user => {
    console.log(user)
})
import * as Zenith from 'zenith-private-api'
const api = new Zenith.API();

api.getUserInfo("username").then(user => {
    console.log(user)
})

Functions :

getUserInfo(username: string): Promise<User>
getUserFriends(username: string): Promise<Friend[]>
getUserCharacters(username: string): Promise<Character[]>
getCharacterInventory(username: string, characterId: string): Promise<Item[]>
getGuildInfo(name: string): Promise<Guild>

/zenith-private-api/

    Package Sidebar

    Install

    npm i zenith-private-api

    Weekly Downloads

    6

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    14.6 kB

    Total Files

    41

    Last publish

    Collaborators

    • pastrik