# Functions
NewClient returns a new Crawler API client.
NewClientWithHTTPClient returns a new Crawler API client with a custom HTTP client.
# Constants
DefaultBaseURL is the default base URL for the Algolia Crawler API.
# Structs
Action is a Crawler configuration action.
Client provides methods to interact with the Algolia Crawler API.
Config is a Crawler configuration.
Crawler is a Crawler.
CrawlerListItem is a crawler list item.
CrawlersResponse is the response from the crawler crawlers endpoint.
Err is a Crawler API error.
ErrResponse is a Crawler API error response.
LabeledError is a Crawler API labeled error.
RecordExtractor is a Crawler configuration record extractor.
StatsResponse is the response from the crawler crawlers/{id}/stats/urls endpoint.
TaskIDResponse is the response when a task is created.
TestResponse is the response from the crawler crawlers/{id}/test endpoint.