api-headers-document

WebJar for api-headers-document

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

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

ArtifactId

api-headers-document
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

api-headers-document
WebJar for api-headers-document
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/advanced-rest-client/api-headers-document

Download api-headers-document

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.advanced-rest-client : arc-icons jar [2.0.2,3)
org.webjars.bowergithub.advanced-rest-client : raml-aware jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : iron-flex-layout jar [2.0.3,3)
org.webjars.bowergithub.polymerelements : iron-icon jar [2.1.0,3)
org.webjars.bowergithub.polymerelements : paper-button jar [2.1.0,3)
org.webjars.bowergithub.polymerelements : iron-collapse jar [2.2.0,3)
org.webjars.bowergithub.advanced-rest-client : api-type-document jar [2.0.1,3)

Project Modules

There are no modules declared in this project.

api-headers-document

Documentation component for API headers based on AMF data model.

Published on NPM

Tests and publishing

Version compatibility

This version only works with AMF model version 2 (AMF parser >= 4.0.0). For compatibility with previous model version use 3.x.x version of the component.

Usage

Installation

npm install --save @api-components/api-headers-document

In an html file

<html>
   <head>
     <script type="module">
       import '@api-components/api-headers-document/api-headers-document.js';
     </script>
   </head>
   <body>
     <api-headers-document></api-headers-document>
   </body>
</html>
import { LitElement, html } from 'lit-element';
import '@api-components/api-headers-document/api-headers-document.js';

class SampleElement extends PolymerElement {
  render() {
    return html`
    <api-headers-document .amf="${this.amf}"></api-headers-document>
    `;
  }
}
customElements.define('sample-element', SampleElement);

Development

git clone https://github.com/api-components/api-headers-document
cd api-headers-document
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.3