@api-components/api-forms
Version:
A library containing helper classes to compute API data from the AMF web API model.
36 lines (23 loc) • 757 B
Markdown
# API Forms
A module that has a number of helper libraries that are used to build forms in the API request editor.
[](https://www.npmjs.com/package/@advanced-rest-client/api-forms)
[](https://github.com/advanced-rest-client/api-forms/actions/workflows/deployment.yml)
## Usage
### Installation
```sh
npm install --save @api-components/api-forms
```
## Development
```sh
git clone https://github.com/advanced-rest-client/api-forms
cd api-forms
npm install
```
### Running the demo locally
```sh
npm start
```
### Running the tests
```sh
npm test
```