/truphone-openapi

Primary LanguageJavaScriptMIT LicenseMIT

Truphone TS lib

This package build a TS library for the Truphone API v2.

It makes use of openapi-generator-cli to generate a TS client that is bundled as a npm module

How to build

npm install
npm run api

Deployment

npm version <patch/minor/major>

The package will be deployed by the CI on every tag made

References