![Module](https://img.shields.io/badge/%40platform-cell.client-%23EA4E7E.svg)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![NPM](https://img.shields.io/npm/v/@platform/cell.client.svg?colorB=blue&style=flat)](https://www.npmjs.com/package/@platform/cell.client)
![banner](https://user-images.githubusercontent.com/185555/70660332-c73d3100-1cc6-11ea-83ed-81820d346e32.png)

A strongly typed client-library for operating a [`cell.service`](../cell.service) service HTTP end-point.

<p>&nbsp;</p>

## Setup

    yarn add @platform/cell.client

<p>&nbsp;</p>

## Test

Unit-tests that exercise this client-library can be found in within [`cell.router`](../cell.router).

```bash
cd ../cell.router
yarn test
```

<p>&nbsp;</p>
<p>&nbsp;</p>
