This package has been deprecated

Author message:

move to @the-/client ( https://github.com/the-labo/the/tree/master/packages/client#readme )

the-client

14.0.8 • Public • Published

the-client

Build Status npm Version JS Standard

Client for the-server

Installation

$ npm install the-client --save

Usage

'use strict'
 
const theClient = require('the-client')
 
async function tryExample () {
  const client = theClient.for('app')
 
  const fruitShop = await client.use('fruitShop')
 
  await fruitShop.buy()
}
 
tryExample().catch((err) => console.error(err))
 

API Guide

License

This software is released under the MIT License.

Links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

Package Sidebar

Install

npm i the-client

Weekly Downloads

0

Version

14.0.8

License

MIT

Unpacked Size

354 kB

Total Files

83

Last publish

Collaborators

  • fuji_haruka
  • okunishinishi