# Packages
No description provided by the author
# Functions
New creates an instance of the BaseClient client.
NewCustomInstanceClient creates an instance of the CustomInstanceClient client.
NewWithoutDefaults creates an instance of the BaseClient client.
PossibleErrorCodeValues returns an array of possible values for the ErrorCode const type.
PossibleErrorSubCodeValues returns an array of possible values for the ErrorSubCode const type.
PossibleSafeSearchValues returns an array of possible values for the SafeSearch const type.
PossibleTextFormatValues returns an array of possible values for the TextFormat const type.
PossibleTypeValues returns an array of possible values for the Type const type.
UserAgent returns the UserAgent string to use when sending http.Requests.
Version returns the semantic version (see http://semver.org) of the client.
# Constants
AuthorizationDisabled ...
AuthorizationExpired ...
AuthorizationMissing ...
AuthorizationRedundancy ...
Blocked ...
DefaultEndpoint is the default value for endpoint.
HTML ...
HTTPNotAllowed ...
InsufficientAuthorization ...
InvalidAuthorization ...
InvalidRequest ...
Moderate ...
None ...
NotImplemented ...
Off ...
ParameterInvalidValue ...
ParameterMissing ...
RateLimitExceeded ...
Raw ...
ResourceError ...
ServerError ...
Strict ...
TypeAnswer ...
TypeCreativeWork ...
TypeErrorResponse ...
TypeIdentifiable ...
TypeResponse ...
TypeResponseBase ...
TypeSearchResponse ...
TypeSearchResultsAnswer ...
TypeThing ...
TypeWebPage ...
TypeWebWebAnswer ...
UnexpectedError ...
# Structs
Answer ...
BaseClient is the base client for Customsearch.
CreativeWork ...
CustomInstanceClient is the the Bing Custom Search API lets you send a search query to Bing and get back search results customized to meet your custom search definition.
Error defines the error that occurred.
ErrorResponse the top-level response that represents a failed request.
Identifiable defines the identity of a resource.
Query defines a search query.
QueryContext defines the query context that Bing used for the request.
Response defines a response.
ResponseBase ...
SearchResponse defines the top-level object that the response includes when the request succeeds.
SearchResultsAnswer ...
Thing ...
WebMetaTag defines a webpage's metadata.
WebPage defines a webpage that is relevant to the query.
WebWebAnswer defines a list of relevant webpage links.
# Interfaces
BasicAnswer ...
BasicCreativeWork ...
BasicIdentifiable defines the identity of a resource.
BasicResponse defines a response.
BasicResponseBase ...
BasicSearchResultsAnswer ...
BasicThing ...
# Type aliases
ErrorCode enumerates the values for error code.
ErrorSubCode enumerates the values for error sub code.
SafeSearch enumerates the values for safe search.
TextFormat enumerates the values for text format.
Type enumerates the values for type.