UNPKG

tenor-gif-api

Version:

A simple and easy-to-use wrapper for the Tenor API, enabling quick and effective integrations.

9 lines (8 loc) 266 B
export declare class FetchWrapper { private baseUrl; private apiKey; private clientKey?; constructor(baseUrl: string, apiKey: string, clientKey?: string); private request; get<T>(endpoint: string, params?: Record<string, any>): Promise<T>; }