• Takes an object and returns a url that encodes all the key value pairs. THe url includes a UUID to make it unique. This uuid can either be passed in or one can be generated.

    Type Parameters

    • T extends Record<string, string>

    Parameters

    • params: T
    • Optionaluuid: string

    Returns string