@twurple/api-call
Version:
A light wrapper around the Twitch API.
7 lines • 572 B
TypeScript
export { callTwitchApi, callTwitchApiRaw } from './apiCall.js';
export type { HelixPaginatedResponse, HelixPaginatedResponseWithTotal, HelixResponse } from './HelixResponse.js';
export type { TwitchApiCallFetchOptions, TwitchApiCallOptions, TwitchApiCallType } from './TwitchApiCallOptions.js';
export { createBroadcasterQuery } from './helpers/queries.external.js';
export { handleTwitchApiResponseError, transformTwitchApiResponse } from './helpers/transform.js';
export { HttpStatusCodeError } from './errors/HttpStatusCodeError.js';
//# sourceMappingURL=index.d.ts.map