Function getMultiple

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

    Parameters

    • this: API
    • sort: "id_desc" | "id_asc" = "id_desc"

      "id_asc" to have the oldest recent event first, "id_desc" to have the newest instead (defaults to id_desc)

    • Optionalcursor_string: string

      Use a response's cursor_string with the same parameters to get the next "page" of results, so events in this instance!

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