@api-components/api-url

A library containing helper classes and UIs to support URL editing in AMF powered URL editor.

Usage no npm install needed!

<script type="module">
  import apiComponentsApiUrl from 'https://cdn.skypack.dev/@api-components/api-url';
</script>

README

API URL

A module that has a number of helper libraries and UIs that are used to build URL related editors with the support of the AMF model.

Published on NPM

Tests and publishing

Usage

Installation

npm install --save @api-components/api-url

Development

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

Running the demo locally

npm start

Running the tests

npm test