@advanced-rest-client/arc-messages

A module containing the UI regions and the logic to render the ARC in-app messages.

Usage no npm install needed!

<script type="module">
  import advancedRestClientArcMessages from 'https://cdn.skypack.dev/@advanced-rest-client/arc-messages';
</script>

README

ARC messages

A module containing the UI regions and the logic to render the ARC in-app messages.

Published on NPM

example workflow name

Usage

Installation

npm install --save @advanced-rest-client/arc-messages

Reading the messages

import { ArcMessagingService } from '@advanced-rest-client/arc-messages';

const service = new ArcMessagingService('electron', 'stable');
const unreadCount = await this.service.run();
const messages = await this.service.readMessages();

Development

git clone https://github.com/advanced-rest-client/arc-messages
cd arc-messages
npm install

Running the demo locally

npm start

Running the tests

npm test