0.0.4 • Published 4 years ago

doggo.js v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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())
0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago