will_bowman-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Install

npm i will_bowman-sdk

Requirements

A key is required and can be obtained from https://the-one-api.dev/sign-up

Usage

const { SDK } = require('will_bowman-sdk')

const client = new SDK({
  token: process.env.API_TOKEN || '' // Provided from https://the-one-api.dev/sign-up
})

client.Movies.get().then((_) => console.log(_))

You can also reference the movie class directly

const { Movies } = require('will_bowman-sdk')

const movies = new Movies({ token: process.env.API_TOKEN || '' })
movies.get().then((_) => console.log(_))

Docs

To generate docs run

npm run jsdoc

Testing

# clone repo
cd testing
npm i 
npm run test

Dependencies (1)

Dev Dependencies (11)

Package Sidebar

Install

npm i will_bowman-sdk

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

23.6 MB

Total Files

3838

Last publish

Collaborators

  • askedio