api-console-ext-comm

WebJar for api-console-ext-comm

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.webjars.bowergithub.advanced-rest-client
ArtifactId

ArtifactId

api-console-ext-comm
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

api-console-ext-comm
WebJar for api-console-ext-comm
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/advanced-rest-client/api-console-ext-comm

Download api-console-ext-comm

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.advanced-rest-client/api-console-ext-comm/ -->
<dependency>
    <groupId>org.webjars.bowergithub.advanced-rest-client</groupId>
    <artifactId>api-console-ext-comm</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.advanced-rest-client/api-console-ext-comm/
implementation 'org.webjars.bowergithub.advanced-rest-client:api-console-ext-comm:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.advanced-rest-client/api-console-ext-comm/
implementation ("org.webjars.bowergithub.advanced-rest-client:api-console-ext-comm:2.0.0")
'org.webjars.bowergithub.advanced-rest-client:api-console-ext-comm:jar:2.0.0'
<dependency org="org.webjars.bowergithub.advanced-rest-client" name="api-console-ext-comm" rev="2.0.0">
  <artifact name="api-console-ext-comm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.advanced-rest-client', module='api-console-ext-comm', version='2.0.0')
)
libraryDependencies += "org.webjars.bowergithub.advanced-rest-client" % "api-console-ext-comm" % "2.0.0"
[org.webjars.bowergithub.advanced-rest-client/api-console-ext-comm "2.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

Published on NPM

Build Status

api-console-ext-comm

Element that support communication with the api-console-extension. It is used in API Console project.

Usage

Installation

npm install --save @api-components/api-console-ext-comm

In a LitElement

import { LitElement, html } from 'lit-element';
import '@api-components/api-console-ext-comm/api-console-ext-comm.js';

class SampleElement extends PolymerElement {
  render() {
    return html`
    <api-console-ext-comm
      @hasextension-changed="${this._extensionDetectedHandler}"></api-console-ext-comm>
    `;
  }

  _extensionDetectedHandler(e) {
    console.log('The browser has API console extension');
  }
}
customElements.define('sample-element', SampleElement);

Development

git clone https://github.com/advanced-rest-client/api-console-ext-comm
cd api-console-ext-comm
npm install

Running the demo locally

npm start

Running the tests

npm test
org.webjars.bowergithub.advanced-rest-client

ARC

A set of repositories related to the Advanced REST Client and API console (by Mulesoft)

Versions

Version
2.0.0