@f97/pyload-js

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @f97/pyload-js

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

7.89 kB

Total Files

16

Last publish

Collaborators

  • f97