@webex/plugin-authorization

Loads @webex/plugin-authorization-browser or @webex/plugin-authorization-node as appropriate.

Usage no npm install needed!

<script type="module">
  import webexPluginAuthorization from 'https://cdn.skypack.dev/@webex/plugin-authorization';
</script>

README

@webex/plugin-authorization

standard-readme compliant

Loads @webex/plugin-authorization-browser or @webex/plugin-authorization-node as appropriate.

Install

npm install --save @webex/plugin-authorization

Usage

This is a plugin for the Cisco Webex JS SDK . Please see our developer portal and the API docs for full details.

Install

npm install --save @webex/plugin-authorization

Usage


const Webex = require('webex');

const webex = Webex.init();
webex.authorization.get(id)
  .then((authorization) => {
    console.log(authorization);
  })

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

© 2016-2020 Cisco and/or its affiliates. All Rights Reserved.