UNPKG

799 BMarkdownView Raw
1![Module](https://img.shields.io/badge/%40platform-cell.client-%23EA4E7E.svg)
2[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
3[![NPM](https://img.shields.io/npm/v/@platform/cell.client.svg?colorB=blue&style=flat)](https://www.npmjs.com/package/@platform/cell.client)
4![banner](https://user-images.githubusercontent.com/185555/70660332-c73d3100-1cc6-11ea-83ed-81820d346e32.png)
5
6A strongly typed client-library for operating a [`cell.service`](../cell.service) service HTTP end-point.
7
8<p>&nbsp;</p>
9
10## Setup
11
12 yarn add @platform/cell.client
13
14<p>&nbsp;</p>
15
16## Test
17
18Unit-tests that exercise this client-library can be found in within [`cell.router`](../cell.router).
19
20```bash
21cd ../cell.router
22yarn test
23```
24
25<p>&nbsp;</p>
26<p>&nbsp;</p>