api-parameters-document

WebJar for api-parameters-document

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

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

ArtifactId

api-parameters-document
Last Version

Last Version

2.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

api-parameters-document
WebJar for api-parameters-document
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download api-parameters-document

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.webjars.bowergithub.polymerelements : iron-collapse jar [2.2.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.advanced-rest-client : api-type-document jar [2.0.4,3)
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.polymerelements : paper-button jar [2.1.0,3)
org.webjars.bowergithub.advanced-rest-client : raml-aware jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

Published on NPM

Build Status

Published on webcomponents.org

api-parameters-document

Documentation component for API query and URI parameters based on AMF data model.

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-parameters-document

In an html file

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

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

Development

git clone https://github.com/api-components/api-parameters-document
cd api-parameters-document
npm install

Running the demo locally

npm start

Running the tests

npm test

API components

This components is a part of API components ecosystem

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