• Fetch JSON data from server API pass in param in JSON format.

    Parameters

    • path: any

      The path in the API to call

    • Optionalparams: {} = {}

      Optional parameters to pass to the API

    Returns Promise<any>

    The response from the server API