• Get the scores on a beatmap made by a specific user (with the possibility to specify if the scores are on a convert)

    Parameters

    • this: API
    • beatmap: number | Beatmap

      The Beatmap the scores were made on

    • user: number | User

      The User who made the scores

    • Optionalconfig: Beatmap.Config

      Specify the score's ruleset, prevent a lazer score from being returned (mods and type should not be supported)

    Returns Promise<Legacy[]>