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

0.2.0 • Public • Published

paladins-js

A JavaScript client for the Paladins API

Install

$ yarn add paladins-js

Usage

import { Paladins } from 'paladins-js'

const paladins = new Paladins(<developerID>, <apiKey>)

await paladins.ping()
// ~> PaladinsAPI (ver 0.0.41.27263) [PATCH - 3.1] - Ping successful. Server Date:1/16/2020 5:19:02 PM

API

.ping()

Check to see if the Paladins API is online.

License

MIT © Bu Kinoshita

/paladins-client/

    Package Sidebar

    Install

    npm i paladins-client

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    8.41 kB

    Total Files

    21

    Last publish

    Collaborators

    • bukinoshita