client

package
v0.0.0-...-1ca86dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2015 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(url, accessId, key string) *Client

func (*Client) SendSms

func (this *Client) SendSms(request *SendSmsRequest) error

type SendSmsRequest

type SendSmsRequest struct {
	Recipients []string `json:"recipients"`
	Body       string   `json:"body"`
	SenderName string   `json:"senderName"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL