0.1.2 • Published 3 years ago

@totentech/api-client v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

API client

Interface from the client side to an API.

license-shield

Table Of Contents

Usage

  • Add the dependency:
npm install @totentech/api-client
yarn add @totentech/api-client

Setup

  • Install the dependencies:
yarn install

Deployment

  • Build the project:
yarn build
  • Deployed files are located in the dist repository.

Scripts

  • yarn build: See Deployment.
  • yarn format: Format the code, apply needed modifications.
  • yarn lint: Check the code quality.
  • yarn test: Test the code and generate the test coverage.
  • yarn test:watch: Watch for modifications to run the tests.

Built With

Yarn | Node.js | TypeScript | Eslint | Prettier | Jest | axios

Release History

Check the CHANGELOG.md file for the release history.

Versionning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

license-shield

This project is licensed under the MIT License. See the LICENSE file for details.

0.1.2

3 years ago

0.1.1

3 years ago