Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 402 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 402 Bytes

Doggo.js

A fully-typed JavaScript client for Pat, Doggo.Ninja's public API.

This package is unstable until Project Wolfsbane is fully released.

# NPM
npm install doggo.js
# Yarn
yarn add doggo.js
import { PatClient } from 'doggo.js'

const pat = new PatClient()
pat.authenticate('token') // No error checking

console.log(await pat.me())