Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DaisySMSClient ¶
type DaisySMSClient struct { ApiKey string HttpClient tls_client.HttpClient }
func NewDaisySMSClient ¶
func NewDaisySMSClient(apiKey string) (DaisySMSClient, error)
func (*DaisySMSClient) Balance ¶
func (ds *DaisySMSClient) Balance() (float64, error)
func (*DaisySMSClient) GetOTPCode ¶
func (ds *DaisySMSClient) GetOTPCode(requestId string) (string, error)
func (*DaisySMSClient) PurchaseSMS ¶
func (ds *DaisySMSClient) PurchaseSMS() (string, string, error)
func (*DaisySMSClient) RefundNumber ¶
func (ds *DaisySMSClient) RefundNumber(requestId string) (bool, error)
Click to show internal directories.
Click to hide internal directories.