UNPKG

@tableau/taco-toolkit

Version:
9 lines (7 loc) 242 B
import { Fetcher, FetchUtils } from '@tableau/taco-toolkit/handlers' export default class MyFetcher extends Fetcher { async *fetch({ handlerInput }) { const data = handlerInput.data yield await FetchUtils.fetchJson(data.url) } }