Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aq3d

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aq3d

Easy-To-Use AdventureQuest3D API Wrapper

  • 2.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

AdventureQuest 3D


npm installnfo

About

A simple easy to use module for interacting with AdventureQuest 3D API.

Table of contents

Features

  • Promise based methods
  • Realtime game events
  • Written in TypeScript
  • Fully OOP

Getting Started

  • Node.js v9.0 or newer
  • Text editor or IDE

Installation

npm install aq3d

Basic Usage

const { Client } = require('aq3d');

// Create an new instance of the client
const client = new Client();

// Fetch the character information
client.character('0x53')
  .then(console.log);

Client

Options

useGameService Optinal game service connection for adminyells.

timeout Request Timeout for awaiting a response until it fails. Defaults to 3000 milliseconds.

proxy Requests through a proxy.

Available Endpoints

RouteReturns
serverlist()Promise<Server[]>
ptrServerList()Promise<PTRServer[]>
item()Promise<Item[]>
apop()Promise<APop[]>
fantasyNames()Promise<string[]>
news()Promise<INews[]>
customscreen()Promise<CustomScreen[]>
dialogue()Promise<Dialogue>
character()Promise<Character>

FAQs

Package last updated on 18 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc