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

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

A strongly typed client-library for operating a [`cell.http`](../cell.http) service 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.http.router`](../cell.http.router).
```bash
cd ../cell.http.router
yarn test
```
<p> </p>
<p> </p>