Documentation ¶
Overview ¶
Package serpapi contains an implementation of the tool interface with the serapi.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingToken = errors.New("missing the serpapi API key, set it in the SERPAPI_API_KEY environment variable")
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*options)
func WithAPIKey ¶
WithAPIKey passes the Serpapi API token to the client. If not set, the token is read from the SERPAPI_API_KEY environment variable.
Click to show internal directories.
Click to hide internal directories.