• Get the URI for the events endpoint.

    Parameters

    • endpoints: ServiceEndpoints

      The service endpoints.

    • path: string

      The path to the resource, devoid of any query parameters or hrefs.

    • parameters: {
          key: string;
          value: string;
      }[]

      The query parameters. These query parameters must already have the appropriate encoding applied. This function WILL NOT apply it for you.

    Returns string

Generated using TypeDoc