JSPM

  • Created
  • Published
  • Downloads 10667
  • Score
    100M100P100Q125685F
  • License LGPL-3.0-or-later

NodeJS client for Golem

Package Exports

  • ya-ts-client
  • ya-ts-client/dist/ya-activity/api
  • ya-ts-client/dist/ya-activity/base
  • ya-ts-client/dist/ya-activity/src/models
  • ya-ts-client/dist/ya-market/api
  • ya-ts-client/dist/ya-market/src/models
  • ya-ts-client/dist/ya-payment/api
  • ya-ts-client/dist/ya-payment/src/models

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ya-ts-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

YA-TS-Client

Typescript Rest binding for High Level Api, generated by Open Api Generator and several patches.

Prerequisites

  • Node > 12.3
  • Typescript > 3

How to generate

Type and hit to make setup, that's it.

Note: Be sure you cleaned around with make clean before generating over again.

Build

make m.build

Run test

TBD

Need more patching?

Run make setup.

Then copy content of src into target (yes replace them all), then do your changes under src.

When you done with your changes, run;

./build-scripts/diff-module.sh COMPONENT_NAME > patches/COMPONENT_NAME/00X_PATCH_TITLE.patch

where;

  • COMPONENT_NAME: (activity | market | payment) depend on component you patch
  • PATCH_TITLE: give a descriptive title to your patch
  • 00X: order number of patch