Hierarchy

  • BaseService
    • LemurService

Constructors

  • Create a new service.

    Parameters

    Returns LemurService

Methods

  • Retrieve a LeMUR response that was previously generated.

    Type Parameters

    Parameters

    • id: string

      The ID of the LeMUR request you previously made. This would be found in the response of the original request.

    Returns Promise<T>

    The LeMUR response.

  • Parameters

    • id: string

    Returns Promise<LemurResponse>

  • Parameters

    • input: string
    • Optionalinit: RequestInit

    Returns Promise<Response>

  • Type Parameters

    • T

    Parameters

    • input: string
    • Optionalinit: RequestInit

    Returns Promise<T>