@sunrise-records/zeckoshop-api

0.2.0 • Public • Published

ZeckoShop API

Install

npm i @sunrise/zeckoshop-api

Usage

const ZeckoShopApi = require('@sunrise-records/zeckoshop-api');

const main = async () => {
    const zeckoShop = new ZeckoShopApi('https://www.example.com/');
    await zeckoShop.admin.login({
        username,
        password,
    });
    const orders = await zeckoShop.admin.reporting.orders();
    console.log(orders);
})

main();

API

admin

login( { username, password })

reporting

orders()

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @sunrise-records/zeckoshop-api

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    5.11 kB

    Total Files

    4

    Last publish

    Collaborators

    • drudge