JSPM

bizon365-sdk

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q19212F
  • License MIT

Simplified API client for Bizon365.

Package Exports

  • bizon365-sdk

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bizon365-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Bizon365 API client for NodeJS

Simplified API client for Bizon365.

Usage

const Bizon356 = require('bizon365-sdk');
const bizon = new Bizon365();

(async function () {

    const bizon = new Bizon365();

    // Авторизация в Bizon365
    await bizon.auth({ username: BIZON_LOGIN, password: BIZON_PASS })
        .then(() => console.info('[Bizon365] Авторизация... [OK]'))
        .catch(() => console.error('[Bizon365] Авторизация... [ERROR]'));


})();

License

MIT