Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ifings/api-client

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ifings/api-client

iFings API client

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@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

FAQs

Package last updated on 13 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc