@platform/cell.client
Version:
A strongly typed HTTP client for operating with a CellOS service end-point.
27 lines (17 loc) • 799 B
Markdown

[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/@platform/cell.client)

A strongly typed client-library for operating a [`cell.service`](../cell.service) service HTTP end-point.
<p> </p>
## Setup
yarn add @platform/cell.client
<p> </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> </p>
<p> </p>