@radio-retail/api-client

Radio Retail API client

Usage no npm install needed!

<script type="module">
  import radioRetailApiClient from 'https://cdn.skypack.dev/@radio-retail/api-client';
</script>

README

@radio-retail/api-client

Commitizen friendly

Radio Retail API client

Usage

import api from "@radio-retail/api-client";

Install

This project uses node and npm.

$ npm install @radio-retail/api-client
$ # OR
$ yarn add @radio-retail/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