# Packages
No description provided by the author
# Functions
New creates an instance of the BaseClient client.
NewWebClient creates an instance of the WebClient client.
NewWithoutDefaults creates an instance of the BaseClient client.
PossibleAnswerTypeValues returns an array of possible values for the AnswerType const type.
PossibleErrorCodeValues returns an array of possible values for the ErrorCode const type.
PossibleErrorSubCodeValues returns an array of possible values for the ErrorSubCode const type.
PossibleFreshnessValues returns an array of possible values for the Freshness 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.
PossibleTypeBasicResponseBaseValues returns an array of possible values for the TypeBasicResponseBase 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
AnswerTypeComputation ...
AnswerTypeImages ...
AnswerTypeNews ...
AnswerTypeRelatedSearches ...
AnswerTypeSpellSuggestions ...
AnswerTypeTimeZone ...
AnswerTypeVideos ...
AnswerTypeWebPages ...
AuthorizationDisabled ...
AuthorizationExpired ...
AuthorizationMissing ...
AuthorizationRedundancy ...
Blocked ...
Day ...
DefaultEndpoint is the default value for endpoint.
HTML ...
HTTPNotAllowed ...
InsufficientAuthorization ...
InvalidAuthorization ...
InvalidRequest ...
Moderate ...
Month ...
None ...
NotImplemented ...
Off ...
ParameterInvalidValue ...
ParameterMissing ...
RateLimitExceeded ...
Raw ...
ResourceError ...
ServerError ...
Strict ...
TypeAnswer ...
TypeArticle ...
TypeComputation ...
TypeCreativeWork ...
TypeErrorResponse ...
TypeIdentifiable ...
TypeImageObject ...
TypeImages ...
TypeIntangible ...
TypeMediaObject ...
TypeNews ...
TypeNewsArticle ...
TypePlaces ...
TypeRelatedSearchesRelatedSearchAnswer ...
TypeResponse ...
TypeResponseBase ...
TypeSearchResponse ...
TypeSearchResultsAnswer ...
TypeSpellSuggestions ...
TypeStructuredValue ...
TypeThing ...
TypeTimeZone ...
TypeVideoObject ...
TypeVideos ...
TypeWebPage ...
TypeWebWebAnswer ...
TypeWebWebGrouping ...
UnexpectedError ...
Week ...
# Structs
Answer ...
Article ...
BaseClient is the base client for Websearch.
Computation defines an expression and its answer.
CreativeWork ...
Error defines the error that occurred.
ErrorResponse the top-level response that represents a failed request.
Identifiable defines the identity of a resource.
ImageObject defines an image.
Images defines an image answer.
Intangible ...
MediaObject ...
News defines a news answer.
NewsArticle defines a news article.
Places defines a local entity answer.
Query defines a search query.
QueryContext defines the query context that Bing used for the request.
RankingRankingGroup defines a search results group, such as mainline.
RankingRankingItem defines a search result item to display.
RankingRankingResponse defines where on the search results page content should be placed and in what order.
RelatedSearchesRelatedSearchAnswer defines a list of related queries made by others.
Response defines a response.
ResponseBase ...
SearchResponse defines the top-level object that the response includes when the request succeeds.
SearchResultsAnswer ...
SpellSuggestions defines a suggested query string that likely represents the user's intent.
StructuredValue ...
Thing ...
TimeZone defines the data and time of one or more geographic locations.
TimeZoneTimeZoneInformation defines a date and time for a geographical location.
VideoObject defines a video object that is relevant to the query.
Videos defines a video answer.
WebClient is the the Web Search API lets you send a search query to Bing and get back search results that include links to webpages, images, and more.
WebMetaTag defines a webpage's metadata.
WebPage defines a webpage that is relevant to the query.
WebWebAnswer defines a list of relevant webpage links.
WebWebGrouping ...
# Interfaces
BasicAnswer ...
BasicArticle ...
BasicCreativeWork ...
BasicIdentifiable defines the identity of a resource.
BasicIntangible ...
BasicMediaObject ...
BasicResponse defines a response.
BasicResponseBase ...
BasicSearchResultsAnswer ...
BasicThing ...
BasicWebWebGrouping ...
# Type aliases
AnswerType enumerates the values for answer type.
ErrorCode enumerates the values for error code.
ErrorSubCode enumerates the values for error sub code.
Freshness enumerates the values for freshness.
SafeSearch enumerates the values for safe search.
TextFormat enumerates the values for text format.
Type enumerates the values for type.
TypeBasicResponseBase enumerates the values for type basic response base.