raml-aware

WebJar for raml-aware

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

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

ArtifactId

raml-aware
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

raml-aware
WebJar for raml-aware
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/advanced-rest-client/raml-aware

Download raml-aware

How to add to project

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

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.

Build Status

Published on webcomponents.org

raml-aware

<raml-aware> Element that is aware of the AMF (RAML, OAS) content.

<h3>Basic authorization</h3>
<raml-aware raml='{"scope": "request"}' scope="request"></raml-aware>
<raml-aware raml='{"scope": "import"}' scope="import"></raml-aware>

<raml-aware id="a1" scope="request"></raml-aware>
<raml-aware id="a2" scope="import"></raml-aware>
<output id="o1"></output>
<script>
o1.innerText = JSON.stringify(a1.raml) + '<br/>';
o1.innerText += JSON.stringify(a2.raml);
</script>

API components

This components is a part of API components ecosystem: https://elements.advancedrestclient.com/

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