# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewFetchTaxonomyRequest calls the generic FetchTaxonomy builder with application/json body.
NewFetchTaxonomyRequestWithBody generates requests for FetchTaxonomy with any type of body.
NewListAudiencesRequest calls the generic ListAudiences builder with application/json body.
NewListAudiencesRequestWithBody generates requests for ListAudiences with any type of body.
ParseFetchTaxonomyResp parses an HTTP response from a FetchTaxonomyWithResponse call.
ParseListAudiencesResp parses an HTTP response from a ListAudiencesWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
WithResponseEditorFn allows setting up a callback function, which will be called right after receive the response.
# Constants
Defines values for AudienceCommonFieldsV1Status.
Defines values for AudienceCommonFieldsV1Status.
Defines values for AudienceCommonFieldsV1Status.
Defines values for AudienceCommonFieldsV1Status.
Defines values for AudienceCommonFieldsV1Status.
Defines values for AudienceV1Status.
Defines values for AudienceV1Status.
Defines values for AudienceV1Status.
Defines values for AudienceV1Status.
Defines values for AudienceV1Status.
Defines values for FetchTaxonomyRequestBodyV1AdType.
Defines values for FetchTaxonomyRequestBodyV1AdType.
Defines values for ListAudiencesRequestBodyV1AdType.
Defines values for ListAudiencesRequestBodyV1AdType.
# Structs
AudienceCommonFieldsV1 defines model for AudienceCommonFieldsV1.
AudienceErrorV1 The error response object.
AudienceFilterV1 defines model for AudienceFilterV1.
AudienceSubErrorV1 The sub error object.
AudienceV1 defines model for AudienceV1.
Client which conforms to the OpenAPI3 specification for this service.
No description provided by the author
FetchTaxonomyNodeV1 defines model for FetchTaxonomyNodeV1.
FetchTaxonomyParams defines parameters for FetchTaxonomy.
FetchTaxonomyRequestBodyV1 The response data will have the categories that are under the given path, and main categories will be returned if no path is specified.
No description provided by the author
FetchTaxonomyResponseV1 defines model for FetchTaxonomyResponseV1.
ListAudiencesParams defines parameters for ListAudiences.
ListAudiencesRequestBodyV1 Resulting segments will match all specified filters.
No description provided by the author
ListAudiencesResponseV1 defines model for ListAudiencesResponseV1.
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
# Type aliases
AudienceCommonFieldsV1Status defines model for AudienceCommonFieldsV1.Status.
AudienceV1Status defines model for AudienceV1.Status.
ClientOption allows setting custom parameters during construction.
FetchTaxonomyJSONRequestBody defines body for FetchTaxonomy for application/json ContentType.
FetchTaxonomyRequestBodyV1AdType defines model for FetchTaxonomyRequestBodyV1.AdType.
InventoryForecastV1 defines model for InventoryForecastV1.
ListAudiencesJSONRequestBody defines body for ListAudiences for application/json ContentType.
ListAudiencesRequestBodyV1AdType defines model for ListAudiencesRequestBodyV1.AdType.
RequestEditorFn is the function signature for the RequestEditor callback function.
ResponseEditorFn is the function signature for the ResponseEditor callback function.