3.2.8 • Published 5 years ago

@tachiweb/api-client v3.2.8

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

@tachiweb/api-client

This generator creates Flow typed JavaScript client that utilizes Fetch API. The generated Node module can be used in the following environments:

Environment

  • Node.js
  • Webpack
  • Browserify

Language level

  • ES6

Module system

  • ES6 module system

Building

To build an compile the flow typed sources to javascript use:

npm install
npm run build

Publishing

First build the package then run npm publish

Consuming

navigate to the folder of your consuming project and run one of the following commands.

published:

npm install @tachiweb/api-client --save

unPublished (not recommended):

npm install PATH_TO_GENERATED_PACKAGE --save
3.2.8

5 years ago

3.2.7

5 years ago

3.2.6

5 years ago

3.2.3

5 years ago

3.2.2

5 years ago

3.2.0

5 years ago

3.1.9

5 years ago

3.1.8

5 years ago

3.1.7

5 years ago

3.1.6

5 years ago

1.0.0-alpha.75

5 years ago

1.0.0-alpha.72

5 years ago

1.0.0-alpha.71

5 years ago

1.0.0-alpha.70

5 years ago

1.0.0-alpha.69

5 years ago

1.0.0-alpha.2

5 years ago

1.0.0-alpha.1

5 years ago