1.0.2 • Published 4 years ago

@darkwolf/location-app v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

Darkwolf Location App API

Install

npm i --save @darkwolf/location-app

Usage

const DarkwolfLocationApp = require('@darkwolf/location-app')
const dwlocapp = new DarkwolfLocationApp(token)
const appInfo = await dwlocapp.request(`
  query {
    me {
      id
      ownerId
      name
      updatedAt
      createdAt
    }
  }
`)

Init

new DarkwolfLocationApp(token, optionsagent?)

Methods

request(query, variables, optionsagent?)

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago