0.1.10 • Published 3 years ago
@api-components/api-headers v0.1.10
API Headers
A module with the UI to build headers HTTP editor with the support of the AMF model.
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-headersDevelopment
git clone https://github.com/advanced-rest-client/api-headers
cd api-headers
npm installRunning the demo locally
npm startRunning the tests
npm test