Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Functions

Functions

newClient

  • Client api for SMS client.

    example
    
    import * as msgsms from 'msgsms';
    
    let client = msgsms.newClient(connectorName);
    let resp = client.sendByName(templateName, to, msg);
    

    Parameters

    • name: string

    Returns SMSClient