Documentation
¶
Index ¶
- Constants
- type SendPulse
- func (self *SendPulse) IsTokenUpdateRequired() bool
- func (self *SendPulse) SendRequest(path, method string, params *url.Values, use_token bool, ...) (*http.Response, error)
- func (self *SendPulse) SmtpEmailsPost(email *types.SendPulseSendEmailStruct) (*http.Response, error)
- func (self *SendPulse) Token() *types.TokenResponse
- func (self *SendPulse) UpdateToken(force_renew bool) error
Constants ¶
View Source
const SENDPULSE_URI = `https://api.sendpulse.com`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendPulse ¶
type SendPulse struct { Debug bool // contains filtered or unexported fields }
func NewSendPulse ¶
func (*SendPulse) IsTokenUpdateRequired ¶
func (*SendPulse) SendRequest ¶
func (*SendPulse) SmtpEmailsPost ¶
func (*SendPulse) Token ¶
func (self *SendPulse) Token() *types.TokenResponse
func (*SendPulse) UpdateToken ¶
Click to show internal directories.
Click to hide internal directories.