Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 1 month ago
JSON representation

⛔️ DEPRECATED This component is being deprecated. Use `api-request` instead.

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.

[![Published on NPM](https://img.shields.io/npm/v/@api-components/api-url.svg)](https://www.npmjs.com/package/@advanced-rest-client/api-url)

[![Tests and publishing](https://github.com/advanced-rest-client/api-url/actions/workflows/deployment.yml/badge.svg)](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
```