0.0.1 • Published 2 years ago

@f97/pyload-js v0.0.1

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

Unofficial pyload API SDK for Nodejs

Build Status

Install

If you just want to use pyload, you should use this command:

npm install @f97/pyload-js
 # OR
yarn add @f97/pyload-js

Example Usage

const Pyload = require("@f97/pyload-js");

const py = new Pyload('https://py.f97.xyz')

await py.login({
  username: 'admin',
  password: 'password'
})

const types = await py.getAccountTypes()
0.0.1

2 years ago