google_api_fact_check_tools v0.3.0 GoogleApi.FactCheckTools.V1alpha1.Api.Claims View Source
API calls for all endpoints tagged Claims.
Link to this section Summary
Functions
Search through fact-checked claims.
Link to this section Functions
Link to this function
factchecktools_claims_search(connection, optional_params \\ [], opts \\ [])
View Sourcefactchecktools_claims_search(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Search through fact-checked claims.
Parameters
connection(type:GoogleApi.FactCheckTools.V1alpha1.Connection.t) - Connection to serveroptional_params(type:keyword()) - Optional parameters:"$.xgafv"(type:String.t) - V1 error format.:access_token(type:String.t) - OAuth access token.:alt(type:String.t) - Data format for response.:callback(type:String.t) - JSONP:fields(type:String.t) - Selector specifying which fields to include in a partial response.:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token(type:String.t) - OAuth 2.0 token for the current user.:prettyPrint(type:boolean()) - Returns response with indentations and line breaks.:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").:languageCode(type:String.t) - The BCP-47 language code, such as "en-US" or "sr-Latn". Can be used to restrict results by language, though we do not currently consider the region.:maxAgeDays(type:integer()) - The maximum age of the returned search results, in days. Age is determined by either claim date or review date, whichever is newer.:offset(type:integer()) - An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered ifpage_tokenis unset. For example, 0 means to return results starting from the first matching result, and 10 means to return from the 11th result.:pageSize(type:integer()) - The pagination size. We will return up to that many results. Defaults to 10 if not set.:pageToken(type:String.t) - The pagination token. You may provide thenext_page_tokenreturned from a previous List request, if any, in order to get the next page. All other fields must have the same values as in the previous request.:query(type:String.t) - Textual query string. Required unlessreview_publisher_site_filteris specified.:reviewPublisherSiteFilter(type:String.t) - The review publisher site to filter results by, e.g. nytimes.com.
opts(type:keyword()) - Call options
Returns
{:ok, %GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse{}}on success{:error, info}on failure