@mradex77/google-play-scraper - v1.0.0
    Preparing search index...

    Function createClient

    • Parameters

      • Optionaloptions: {
            country?: string;
            lang?: string;
            requestOptions?: {
                fetchImpl?: (
                    input: string | URL | Request,
                    init?: RequestInit,
                ) => Promise<Response>;
                headers?: Record<string, string>;
                onRequest?: OnRequest;
                onResponse?: OnResponse;
                onRetry?: OnRetry;
                retries?: number;
                signal?: AbortSignal;
                timeoutMs?: number;
            };
            throttle?: number;
        }

      Returns GooglePlayClient & GooglePlayIterators