https://github.com/advanced-rest-client/api-url
⛔️ DEPRECATED This component is being deprecated. Use `api-request` instead.
https://github.com/advanced-rest-client/api-url
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-url
- Owner: advanced-rest-client
- License: other
- Created: 2021-01-08T01:34:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T20:51:08.000Z (3 months ago)
- Last Synced: 2025-02-07T21:19:39.354Z (3 months ago)
- Topics: deprecated, obsolete
- Language: JavaScript
- Homepage:
- Size: 985 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# API URL
A module that has a number of helper libraries and UIs that are used to build URL related editors with the support of the AMF model.
[](https://www.npmjs.com/package/@advanced-rest-client/api-url)
[](https://github.com/advanced-rest-client/api-url/actions/workflows/deployment.yml)
## Usage
### Installation
```sh
npm install --save @api-components/api-url
```## Development
```sh
git clone https://github.com/advanced-rest-client/api-url
cd api-url
npm install
```### Running the demo locally
```sh
npm start
```### Running the tests
```sh
npm test
```