@api-components/api-forms

A library containing helper classes to compute API data from the AMF web API model.

Usage no npm install needed!

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

README

API Forms

A module that has a number of helper libraries that are used to build forms in the API request editor.

Published on NPM

Tests and publishing

Usage

Installation

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

Development

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

Running the demo locally

npm start

Running the tests

npm test