@coderafiki/connectycube-ts
TypeScript icon, indicating that this package has built-in type declarations

0.0.30 • Public • Published

connectyCube-ts

connectycube typescript wrapper

// usage

import {ConnectyCube} from '@coderafiki/connectycube-ts'


const {
  APPLICATION_KEY,
  AUTHENTICATION_KEY,
  APP_ID,
  AUTHENTICATION_SECRET,
} = process.env;




const connectyCube = new ConnectyCube(
     APPLICATION_KEY, AUTHENTICATION_KEY, APP_ID, AUTHENTICATION_SECRET)


// functions 
// signup
connectyCube.signup({
      // login
      password: 'password',
      login: 'login',
      fullName: `fullname`,
      // phone: patient.mobileNumber,
      email: 'email',
    });
    
    
// login
connectyCube.login({
      // login
      password: 'password',
      login: 'login',
    });
   
    
// send push notification
connectyCube.sendPushNotification({
      // login
      password: 'password',
      login: 'login',
      notification: 'string'
    });
    
// create session
connectyCube.createSession({
      // login
      password: 'password',
      login: 'login',
    });

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.302latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.302
0.0.290
0.0.280
0.0.270
0.0.260
0.0.250
0.0.240
0.0.230
0.0.220
0.0.210
0.0.200
0.0.190
0.0.180
0.0.170
0.0.160
0.0.150
0.0.140
0.0.130
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20

Package Sidebar

Install

npm i @coderafiki/connectycube-ts

Weekly Downloads

1

Version

0.0.30

License

ISC

Unpacked Size

49.9 kB

Total Files

20

Last publish

Collaborators

  • teapot418