UNPKG

@twurple/api-call

Version:

A light wrapper around the Twitch API.

7 lines 554 B
export { callTwitchApi, callTwitchApiRaw } from './apiCall'; export type { HelixPaginatedResponse, HelixPaginatedResponseWithTotal, HelixResponse } from './HelixResponse'; export type { TwitchApiCallFetchOptions, TwitchApiCallOptions, TwitchApiCallType } from './TwitchApiCallOptions'; export { createBroadcasterQuery } from './helpers/queries.external'; export { handleTwitchApiResponseError, transformTwitchApiResponse } from './helpers/transform'; export { HttpStatusCodeError } from './errors/HttpStatusCodeError'; //# sourceMappingURL=index.d.ts.map