Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advanced-rest-client/api-headers
⛔️ DEPRECATED This component is being deprecated. Use `api-request` instead.
https://github.com/advanced-rest-client/api-headers
deprecated obsolete
Last synced: about 1 month ago
JSON representation
⛔️ DEPRECATED This component is being deprecated. Use `api-request` instead.
- Host: GitHub
- URL: https://github.com/advanced-rest-client/api-headers
- Owner: advanced-rest-client
- License: other
- Created: 2021-01-07T03:01:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T14:45:40.000Z (over 2 years ago)
- Last Synced: 2024-04-14T21:18:37.098Z (8 months ago)
- Topics: deprecated, obsolete
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# API Headers
A module with the UI to build headers HTTP editor with the support of the AMF model.
[![Published on NPM](https://img.shields.io/npm/v/@api-components/api-headers.svg)](https://www.npmjs.com/package/@advanced-rest-client/api-headers)
[![Build Status](https://travis-ci.com/advanced-rest-client/api-headers.svg)](https://travis-ci.com/advanced-rest-client/api-headers)
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
```sh
npm install --save @api-components/api-headers
```## Development
```sh
git clone https://github.com/advanced-rest-client/api-headers
cd api-headers
npm install
```### Running the demo locally
```sh
npm start
```### Running the tests
```sh
npm test
```