web-services-agent
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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-agent

With yarn:

yarn add @web-services-inmusic/web-services-agent

Usage

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/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.

/web-services-agent/

    Package Sidebar

    Install

    npm i web-services-agent

    Weekly Downloads

    29

    Version

    0.0.5

    License

    none

    Unpacked Size

    32.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • web-services-inmusic