web-services-agent
v0.0.5
Published
This project provides a configurable agent library. It allows developers to import the `Agent` React component in any context. End users (who will be mostly internal users e.g. developers and support staff) can use the Agent UI to answer various questions
Readme
Agent
This project provides a configurable agent library. It allows developers to import the Agent React component in any context. End users (who will be mostly internal users e.g. developers and support staff) can use the Agent UI to answer various questions and perform various tasks in relation the the Webservices documentation and inMusic's APIs.
Installation
With npm:
npm install @web-services-inmusic/web-services-agentWith yarn:
yarn add @web-services-inmusic/web-services-agentUsage
Import the library:
import { Agent } from "web-services-agent"In your project layout, render the Agent component..
<Agent />Configuration
The following properties are supported:
TBD
Accessing the Library
The latest version can be accessed at web-services-agent on NPM. All versions of this package are also automatically distributed on unpkg. For the latest version, the file can be accessed from https://unpkg.com/[email protected]/dist/index.umd.js.
Individual versions can be accessed from npm, e.g. https://www.npmjs.com/package/web-services-agent/v/1.0.0 and unpkg, e.g. https://unpkg.com/[email protected]/dist/index.umd.js.
