Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIError ¶
type APIError struct {
StatusCode int
}
APIError represents an error of connpass API.
type BodyParams ¶
type BodyParams struct {
Cmd int16 `json:"cmd"`
History string `json:"history"`
Sign string `json:"sign"`
}
BodyParams is a Request Body for API Request
type Client ¶
type Client struct {
HTTPClient *http.Client
APIKey string
SecretKey string
DeviseUUID string
URL string
}
Client is a client of sesame API.
Click to show internal directories.
Click to hide internal directories.