Documentation
¶
Index ¶
- type Profile
- type UbiAPI
- func (a *UbiAPI) GetMetadata() (m *metadata.Metadata, err error)
- func (a *UbiAPI) GetRankedHistory(profile *Profile, numSeasons int8) (ranked.SkillHistory, error)
- func (a *UbiAPI) GetStats(profile *Profile, season string, dst stats.Provider) error
- func (a *UbiAPI) Login() (err error)
- func (a *UbiAPI) ResolveUser(username string) (*Profile, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UbiAPI ¶
type UbiAPI struct {
// contains filtered or unexported fields
}
func (*UbiAPI) GetMetadata ¶
GetMetadata retrieves information about seasons, i.e. season slug or MMR bounds. This is an expensive operation.
func (*UbiAPI) GetRankedHistory ¶
Click to show internal directories.
Click to hide internal directories.