• Takes a url, performs http GET request and converts result to json then returns the json.

    Parameters

    • url: string

    Returns Promise<any>