Skip to content

next-in-line/primevox-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primevox Api Client

Installing Api Client

Yarn

yarn add primevox-api-client

Npm

npm install --save primevox-api-client

Using Api Client

Initializing Client

import {PrimevoxApi} from "primevox-api-client"

const primevoxApiClient = PrimevoxApi.create({
    auth: "your auth",
    containerID: "your container id",
    tenantID: "your tenant id"
})

Getting Call history

const yourAsyncFunction = async ()=>{
    const calls = await primevoxApiClient.callHistory()
    console.log(calls)
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published