Documentation
¶
Index ¶
- type LegacyOfficialClient
- func (client *LegacyOfficialClient) GetBeatmap(searchParam map[string]interface{}) (*[]Beatmap, error)
- func (client *LegacyOfficialClient) GetBeatmapByBeatmapId(b int) (*[]Beatmap, error)
- func (client *LegacyOfficialClient) GetBeatmapBySetId(s int) (*[]Beatmap, error)
- func (client *LegacyOfficialClient) GetBeatmapByTime(since time.Time) (*[]Beatmap, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LegacyOfficialClient ¶
type LegacyOfficialClient struct {
ApiKey string
// contains filtered or unexported fields
}
LegacyOfficialClient osu! v1 API
func NewLegacyOfficialClient ¶
func NewLegacyOfficialClient(apiKey string) *LegacyOfficialClient
func (*LegacyOfficialClient) GetBeatmap ¶
func (client *LegacyOfficialClient) GetBeatmap(searchParam map[string]interface{}) (*[]Beatmap, error)
func (*LegacyOfficialClient) GetBeatmapByBeatmapId ¶
func (client *LegacyOfficialClient) GetBeatmapByBeatmapId(b int) (*[]Beatmap, error)
func (*LegacyOfficialClient) GetBeatmapBySetId ¶
func (client *LegacyOfficialClient) GetBeatmapBySetId(s int) (*[]Beatmap, error)
func (*LegacyOfficialClient) GetBeatmapByTime ¶
func (client *LegacyOfficialClient) GetBeatmapByTime(since time.Time) (*[]Beatmap, error)
Click to show internal directories.
Click to hide internal directories.