Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advanced-rest-client/api-request
⛔️ DEPRECATED This component is being deprecated. Use `@api-components/amf-components` instead.
https://github.com/advanced-rest-client/api-request
deprecated obsolete
Last synced: about 1 month ago
JSON representation
⛔️ DEPRECATED This component is being deprecated. Use `@api-components/amf-components` instead.
- Host: GitHub
- URL: https://github.com/advanced-rest-client/api-request
- Owner: advanced-rest-client
- License: other
- Created: 2021-01-09T22:05:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T17:49:41.000Z (about 1 year ago)
- Last Synced: 2024-04-14T08:51:10.140Z (8 months ago)
- Topics: deprecated, obsolete
- Language: JavaScript
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DEPRECATED
This component is being deprecated. The code base has been moved to [amf-components](https://github.com/advanced-rest-client/amf-components) module. This module will be archived when [PR 1](https://github.com/advanced-rest-client/amf-components/pull/1) is merged.
-----
## Usage
In this package:
- api-request-editor - The HTTP editor powered with AMF data
- api-request-panel - The request editor and the response view for an API request
- api-response-view - Simplified version of ARC's response view
- xhr-simple-request-transport - XHR as a web component
- xhr-simple-request - A web component that handles the `api-request` event and makes HTTP request for an API using the XHR object.### Installation
```sh
npm install --save @api-components/api-request
```## Development
```sh
git clone https://github.com/advanced-rest-client/api-request
cd api-request
npm install
```### Running the demo locally
```sh
npm start
```### Running the tests
```sh
npm test
```