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

    Function getMultiple

    • Get everything note-worthy that happened on osu! recently!

      Parameters

      • this: API
      • Optionalconfig: Pick<Miscellaneous.Config, "sort" | "cursor_string">

        Sort the results differently, or use a cursor_string to get more results

      Returns Promise<{ cursor_string: null | string; events: Event.Any[] }>