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

    Function getMultiple

    • Get multiple existing Forum.Topic, optionally in a specific Forum!

      Parameters

      • this: API
      • Optionalconfig: Pick<Miscellaneous.Config, "sort" | "cursor_string" | "limit"> & {
            forum?: number | Forum;
        }

        Specify the Forum of the Topics, sorting options, how many Topics maximum...

        • Optionalforum?: number | Forum

          From which specific Forum to get the topcis from

      Returns Promise<{ cursor_string: null | string; topics: Forum.Topic[] }>

      An object with an array of relevant Forum.Topic, and a cursor_string to allow you to go further