Unofficial pyload API SDK for Nodejs
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()