Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wazo/sdk

Package Overview
Dependencies
Maintainers
5
Versions
596
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wazo/sdk

Wazo's JavaScript Software Development Kit.

  • 0.1.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
213
increased by23.84%
Maintainers
5
Weekly downloads
 
Created
Source

Wazo JavaScript Software Development Kit

Greenkeeper badge

Using

Add

You may add the Wazo JavaScript Software Development Kit to your project one of the following ways:

  • yarn add @wazo/sdk
  • npm install @wazo/sdk
  • <script src="https://unpkg.com/@wazo/sdk"></script>

Import

  • import wazo from '@wazo/sdk';
  • const wazo = require('@wazo/sdk');

Init

wazo.init({
  server: 'demo.wazo.community' // required string
});

Log In

wazo.logIn({
  expiration: // optional integer. Session life in number of seconds. If omitted, defaults to one hour.
  username: // required string
  password: // required string
  callback: // optional callback function to receive token
});

Log Out

wazo.logOut({
  callback: // optional callback function to receive token
});

Contributing

  • yarn watch
  • npm run watch

FAQs

Package last updated on 22 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc