0.0.7 • Published 1 year ago

@kmobi/client v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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 kmobiClient = createKodMobiClient({
  apiKey: '',
  kmobiUrl: '',
  customUrl: '',
})

await kmobiClient.createCode({
  phone: '+79999999999',
})
0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago