google_api_fact_check_tools v0.2.0 GoogleApi.FactCheckTools.V1alpha1.Api.Claims View Source

API calls for all endpoints tagged Claims.

Link to this section Summary

Link to this section Functions

Link to this function

factchecktools_claims_search(connection, optional_params \\ [], opts \\ [])

View Source

Search through fact-checked claims.

Parameters

  • connection (type: GoogleApi.FactCheckTools.V1alpha1.Connection.t) - Connection to server
  • optional_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 if page_token is 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 the next_page_token returned 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 unless review_publisher_site_filter is 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