https://github.com/advanced-rest-client/api-forms
⛔️ DEPRECATED This component is being deprecated. Use `api-request` instead.
https://github.com/advanced-rest-client/api-forms
deprecated obsolete
Last synced: about 2 months ago
JSON representation
⛔️ DEPRECATED This component is being deprecated. Use `api-request` instead.
- Host: GitHub
- URL: https://github.com/advanced-rest-client/api-forms
- Owner: advanced-rest-client
- License: other
- Created: 2021-01-06T06:25:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T20:59:25.000Z (3 months ago)
- Last Synced: 2025-03-08T01:34:46.960Z (about 2 months ago)
- Topics: deprecated, obsolete
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```