• Service functionality to get an item given its name

    Parameters

    • name: string

    Returns Promise<ServiceResponse<Item>>

    a Promise with the ServiceResponse containing the searched Item data and the message returned by the repository