class Nexmo::Client

Defined in:

nexmo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_key : String | Nil = nil, api_secret : String | Nil = nil) #

[View source]

Instance Method Detail

def api_key : String? #

[View source]
def api_secret : String? #

[View source]
def send_sms(message : String, from : String, to : String, fake : Bool | Nil = false, **opts) #

[View source]