1.0.2 • Published 4 years ago

bizon365-sdk v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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