From 7f792fbe71fbf52b13b27dc5771db740b14d2713 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 2 Jun 2023 11:57:11 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/src/services/serpapi.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/src/services/serpapi.ts b/legacy/src/services/serpapi.ts index d28f0132..40965268 100644 --- a/legacy/src/services/serpapi.ts +++ b/legacy/src/services/serpapi.ts @@ -13,6 +13,8 @@ export interface SerpAPIClientOptions extends Partial { /** * Lightweight wrapper around SerpAPI that only supports Google search. + * + * @see https://serpapi.com/search-api */ export class SerpAPIClient { apiKey: string