1.0.1 • Published 10 months ago

zytejs v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

logo

zytejs

A api library for the Zyte Cloud API

const { Zyte } = require("zytejs");
const z = new Zyte({
    token: "",
    uri: "http://localhost:3000",
});

(async function() {
    const getOk = z.ok();
    const ok = await getOk();
    console.log(ok)
    // Result: { status: 200, message: 'Ok', data: null }
})();
1.0.1

10 months ago

1.0.0

10 months ago