1.0.0 • Published 4 years ago

@ifings/api-client v1.0.0

Weekly downloads
64
License
MPL-2.0
Repository
-
Last release
4 years ago

@ifings/api-client

Build and Publish standard-readme compliant make a pull request ifings-code-style Commitizen friendly

iFings API client

Table of Contents

About

This package provides a lightweight wrapper around the iFings API to allow for easy consumption on the frontend projects. It is currently being used by:

  • fng-web-hardware
  • fng-web-portal

Usage

import api from '@ifings/api-client'
api.licences.licenceLearnerCount(clientId).then(console.log).catch(console.error)

For more information, please see the Docs directory.

Install

This project uses node and npm.

$ npm install @ifings/api-client
$ # OR
$ yarn add @ifings/api-client

Publishing

This module uses the Automated releases for npm packages Github action for releasing when pushed to the master branch.

Versioning

  • If the string "BREAKING CHANGE" is found anywhere in any of the commit messages or descriptions the major version will be incremented.
  • If a commit message begins with the string "feat" then the minor version will be increased. This works for most common commit metadata for feature additions: "feat: new API" and "feature: new API".
  • All other changes will increment the patch version.

FAQS

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request
1.0.0

4 years ago

0.15.0

4 years ago

0.15.1

4 years ago

0.15.2

4 years ago

0.13.0

4 years ago

0.14.0

4 years ago

0.13.1

4 years ago

0.14.1

4 years ago

0.12.0

4 years ago

0.11.3

4 years ago

0.11.0

4 years ago

0.11.1

4 years ago

0.11.2

4 years ago

0.10.0

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.6.6

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.11

4 years ago

0.5.10

4 years ago

0.5.9

4 years ago

0.5.8

4 years ago

0.5.7

5 years ago

0.5.6

5 years ago

0.5.5

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.2.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.0-dev

5 years ago