1.0.0 • Published 3 years ago

@ifings/api-client v1.0.0

Weekly downloads
64
License
MPL-2.0
Repository
-
Last release
3 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

3 years ago

0.15.0

3 years ago

0.15.1

3 years ago

0.15.2

3 years ago

0.13.0

3 years ago

0.14.0

3 years ago

0.13.1

3 years ago

0.14.1

3 years ago

0.12.0

3 years ago

0.11.3

3 years ago

0.11.0

3 years ago

0.11.1

3 years ago

0.11.2

3 years ago

0.10.0

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.6.6

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.11

3 years ago

0.5.10

3 years ago

0.5.9

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.0-dev

4 years ago