Interface SerperClientOptions

Options for initializing a Serper Client.

Hierarchy

  • SerperClientOptions

Properties

apiKey: string

The Serper API key.

basePath?: string

Different Serper API root, if needed. Defaults to production Serper path.

cache?: boolean

Enable cache if true. Defaults to true.

timeout?: number

Request timeout in milliseconds. Defaults to true.

Generated using TypeDoc