1.1.1 • Published 3 years ago

truphone v1.1.1

Weekly downloads
13
License
Unlicense
Repository
-
Last release
3 years ago

Truphone TS lib

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

This package is built automatically from the project truphone-openapi.

How to build

npm install truphone

## How to use it

```ts
import { SIMCardManagementApi } from 'truphone'

let simApi = new SIMCardManagementApi();
let orderApi = new OrderManagementApi();
let productApi = new ProductCatalogueApi();
let subApi = new SubscriptionManagementApi();

simApi.getSimsV2().then(/*useme*/)

References

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago