api-type-documentation

WebJar for api-type-documentation

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

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

ArtifactId

api-type-documentation
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

api-type-documentation
WebJar for api-type-documentation
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/advanced-rest-client/api-type-documentation

Download api-type-documentation

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : marked-element jar [2.4.0,3)
org.webjars.bowergithub.advanced-rest-client : api-type-document jar [2.0.0,3)
org.webjars.bowergithub.advanced-rest-client : raml-aware jar [2.0.0,3)
org.webjars.bowergithub.advanced-rest-client : api-annotation-document jar [2.0.0,3)
org.webjars.bowergithub.advanced-rest-client : markdown-styles jar [2.0.2,3)
org.webjars.bowergithub.advanced-rest-client : api-resource-example-document jar [2.0.0,3)
org.webjars.bowergithub.advanced-rest-client : api-schema-document jar [2.0.0,3)
org.webjars.bowergithub.advanced-rest-client : amf-helper-mixin jar [2.0.1,3)
org.webjars.bowergithub.polymerelements : iron-flex-layout jar [2.0.3,3)

Project Modules

There are no modules declared in this project.

Published on NPM

Build Status

Published on webcomponents.org

api-type-documentation

A documentation module for RAML types (resources) using AMF ld+json 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-type-documentation

In an html file

<html>
  <head>
    <script type="module">
      import '@api-components/api-type-documentation/api-type-documentation.js';
    </script>
  </head>
  <body>
    <api-type-documentation></api-type-documentation>
  </body>
</html>

In a LitElement

import { LitElement, html } from 'lit-element';
import '@api-components/api-type-documentation/api-type-documentation.js';

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

Development

git clone https://github.com/advanced-rest-client/api-type-documentation
cd api-type-documentation
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.3