Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RealHttpClient ¶
type RealHttpClient struct {
// contains filtered or unexported fields
}
RealHttpClient is a wrapper to make real HTTP requests.
func NewRealHttpClient ¶
func NewRealHttpClient() *RealHttpClient
NewRealHttpClient creates a RealHttpClient.
type SpeakerDeckClient ¶
type SpeakerDeckClient struct {
// contains filtered or unexported fields
}
SpeakerDeckClient allows you to fetch SpeakerDeck metrics.
func NewSpeakerDeckClient ¶
func NewSpeakerDeckClient(client httpClient) *SpeakerDeckClient
NewSpeakerDeckClient creates a SpeakerDeckClient.
func (*SpeakerDeckClient) GetResponses ¶
func (c *SpeakerDeckClient) GetResponses(users string) ([]*Response, error)
GetResponses returns responses for the given users.
Click to show internal directories.
Click to hide internal directories.