@api-components/api-headers

A library containing elements to support HTTP headers editing supported by the AMF model.

Usage no npm install needed!

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

README

API Headers

A module with the UI to build headers HTTP editor with the support of the AMF model.

Published on NPM

Build Status

The api-headers-editor extends the HeadersEditorElement class from the @advanced-rest-client/arc-headers module. The editor mechanics is in the HeadersEditorElement class but the API editor adds AMF overlay for this logic.

Usage

Installation

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

Development

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

Running the demo locally

npm start

Running the tests

npm test