zytejs
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i zytejs

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.29 kB

Total Files

9

Last publish

Collaborators

  • j_ddev