getMultiple( this: API, type?: | "standard" | "artist" | "loved" | "featured" | "tournament" | "chart" | "theme", cursor_string?: string,): Promise<{ beatmap_packs: Beatmap.Pack[]; cursor_string: null | string }> Parameters
- this: API
- type: "standard" | "artist" | "loved" | "featured" | "tournament" | "chart" | "theme" = "standard"
Optional
cursor_string: string
Returns Promise<{ beatmap_packs: Beatmap.Pack[]; cursor_string: null | string }>
Get an Array of up to 100 Beatmap.Packs of a specific type!