0.0.5 • Published 2 months ago

@kmobi/client v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Client SDK for the KodMobi service

Installation

NPM

npm install @kmobi/client

Yarn

yarn add @kmobi/client

Usage

Import

import {createKodMobiClient} from "@kmobi/client"

const client = createKodMobiClient({
  apiKey: '',
  baseUrl: '',
})

await client.createCode({
  phone: '+79999999999',
})
0.0.5

2 months ago

0.0.3

11 months ago

0.0.4

10 months ago

0.0.2

11 months ago