UNPKG

@platform/cell.client

Version:

A strongly typed HTTP client for operating with a CellOS service end-point.

27 lines (17 loc) 803 B
![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.http`](../cell.http) service 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.http.router`](../cell.http.router). ```bash cd ../cell.http.router yarn test ``` <p>&nbsp;</p> <p>&nbsp;</p>