SongGuess
    Preparing search index...
    • Fetches room information from the specified URL.

      Parameters

      • url: string | URL

        The URL to fetch room information from.

      Returns Promise<RoomGetResponse | null>

      A Promise resolving to the room information, or null if the request fails or validation fails.