Documentation ¶
Index ¶
- type WebClient
- func (c *WebClient) GetBadges() (map[string]int, error)
- func (c *WebClient) GetCurrentExercises() ([]types.Exercise, error)
- func (c *WebClient) GetNotifications() (*types.NotificationInfo, error)
- func (c *WebClient) GetPastExercises() ([]types.Exercise, error)
- func (c *WebClient) GetUpcomingEvents(limit uint) (*types.EventsInfo, error)
- func (c *WebClient) Login(config *types.ClientConfig) error
- func (c *WebClient) Logout() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebClient ¶ added in v0.1.0
type WebClient struct {
// contains filtered or unexported fields
}
func (*WebClient) GetCurrentExercises ¶ added in v0.1.0
func (*WebClient) GetNotifications ¶ added in v0.1.0
func (c *WebClient) GetNotifications() (*types.NotificationInfo, error)
func (*WebClient) GetPastExercises ¶ added in v0.1.0
func (*WebClient) GetUpcomingEvents ¶ added in v0.1.0
func (c *WebClient) GetUpcomingEvents(limit uint) (*types.EventsInfo, error)
Click to show internal directories.
Click to hide internal directories.