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.
With npm:
npm install @web-services-inmusic/web-services-agent
With yarn:
yarn add @web-services-inmusic/web-services-agent
Import the library:
import { Agent } from "web-services-agent"
In your project layout, render the Agent component..
<Agent />
The following properties are supported:
TBD
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/web-services-agent@0.0.1/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/web-services-agent@0.0.1/dist/index.umd.js.