Package for integrating with cisco umbrella api.
npm install @jweb-development/cisco-umbrella
---





!Package Types


!Package Types

shell
npm i @jweb-development/cisco-umbrella
yarn add @jweb-development/cisco-umbrella
`Use Case
In order to integrate our current API with Cisco Umbrella's API, we had to design a library capable of managing the integration. To achieve this, the package takes data acquired from our api to be processed by Cisco Umbrella's API. This package currently supports API integration with Enforcement, Destination Lists, Destinations, and Organizations.Documentation
- ### API
- ### Examples
Contributing
$3
To run a development copy of @jweb-development/cisco-umbrella, type the following:
`bash
First we clone the repository
git clone https://github.com/jweb-development/cisco-umbrella.git
cd cisco-umbrellaThen we install the dependencies
npm installThen we build the package
npm run build
`This will output the files into the
dist` directory.