osu-api-v2-js
    Preparing search index...

    Function getBeatmaps

    • Get beatmaps favourited or made by a user!

      Parameters

      • this: API
      • user: number | User

        The user in question

      • type:
            | "loved"
            | "graveyard"
            | "pending"
            | "ranked"
            | "favourite"
            | "guest"
            | "nominated"

        The relation between the user and the beatmaps

      • Optionalconfig: User.Config

        Array limit & offset

      Returns Promise<Beatmapset.Extended.WithBeatmap[]>