Categorygithub.com/konfig-dev/newscatcher-go-sdk/v6
modulepackage
6.0.11
Repository: https://github.com/konfig-dev/newscatcher-go-sdk.git
Documentation: pkg.go.dev

# README

newscatcherapi - Maksym Sugonyaka's Go SDK



Visit our website https://newscatcherapi.com

Installation

Add to your project:

go get github.com/konfig-dev/newscatcher-go-sdk

Getting Started

package main

import (
    "fmt"
    "os"
    newscatcherapi "github.com/konfig-dev/newscatcher-go-sdk"
)

func main() {
    configuration := newscatcherapi.NewConfiguration()
    configuration.SetApiKey("X_API_TOKEN")
    client := newscatcherapi.NewAPIClient(configuration)

    request := client.AuthorsApi.Get(
        "authorName_example",
    )
    request.NotAuthorName("notAuthorName_example")
    request.Sources()
    request.PredefinedSources()
    request.NotSources()
    request.Lang()
    request.NotLang()
    request.Countries()
    request.NotCountries()
    request.From("from_example")
    request.To("to_example")
    request.PublishedDatePrecision("publishedDatePrecision_example")
    request.ByParseDate(false)
    request.SortBy(""relevancy"")
    request.RankedOnly(rankedOnly)
    request.FromRank(56)
    request.ToRank(56)
    request.IsHeadline(true)
    request.IsOpinion(true)
    request.IsPaidContent(true)
    request.ParentUrl()
    request.AllLinks()
    request.AllDomainLinks()
    request.WordCountMin(56)
    request.WordCountMax(56)
    request.Page(1)
    request.PageSize(100)
    request.IncludeNlpData(true)
    request.HasNlp(true)
    request.Theme("theme_example")
    request.NotTheme("notTheme_example")
    request.NerName("nerName_example")
    request.TitleSentimentMin(8.14)
    request.TitleSentimentMax(8.14)
    request.ContentSentimentMin(8.14)
    request.ContentSentimentMax(8.14)
    request.IptcTags()
    request.NotIptcTags()
    request.IabTags()
    request.NotIabTags()
    
    resp, httpRes, err := request.Execute()

    if err != nil {
        fmt.Fprintf(os.Stderr, "Error when calling `AuthorsApi.Get``: %v\n", err)
        fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", httpRes)
    }
    // response from `Get`: FSearchResponse
    fmt.Fprintf(os.Stdout, "Response from `AuthorsApi.Get`: %v\n", resp)
    fmt.Fprintf(os.Stdout, "Response from `FSearchResponse.Get.Status`: %v\n", *resp.Status)
    fmt.Fprintf(os.Stdout, "Response from `FSearchResponse.Get.TotalHits`: %v\n", *resp.TotalHits)
    fmt.Fprintf(os.Stdout, "Response from `FSearchResponse.Get.Page`: %v\n", *resp.Page)
    fmt.Fprintf(os.Stdout, "Response from `FSearchResponse.Get.TotalPages`: %v\n", *resp.TotalPages)
    fmt.Fprintf(os.Stdout, "Response from `FSearchResponse.Get.PageSize`: %v\n", *resp.PageSize)
    fmt.Fprintf(os.Stdout, "Response from `FSearchResponse.Get.Articles`: %v\n", *resp.Articles)
    fmt.Fprintf(os.Stdout, "Response from `FSearchResponse.Get.UserInput`: %v\n", resp.UserInput)
}

Documentation for API Endpoints

All URIs are relative to https://v3-api.newscatcherapi.com

ClassMethodHTTP requestDescription
AuthorsApiGetGet /api/authors[Get] Search By Author Request
AuthorsApiPostPost /api/authors[Post] Search By Author Request
LatestHeadlinesApiGetGet /api/latest_headlines[Get] Search For Latest Headlines Request
LatestHeadlinesApiPostPost /api/latest_headlines[Post] Search For Latest Headlines Request
SearchApiGetGet /api/search[Get] Search For Articles Request
SearchApiPostPost /api/search[Post] Search For Articles Request
SearchLinkApiGetGet /api/search_by_link[Get] Search For Articles By Id Or Link
SearchLinkApiPostPost /api/search_by_link[Post] Search For Articles Request
SearchSimilarApiGetGet /api/search_similar[Get] Search For Similar Articles Request
SearchSimilarApiPostPost /api/search_similar[Post] Search For Similar Articles Request
SourcesApiGetGet /api/sources[Get] Search For Sources Request
SourcesApiPostPost /api/sources[Post] Search For Sources Request
SubscriptionApiGetGet /api/subscription[Get] Get My Plan Info
SubscriptionApiPostPost /api/subscription[Post] Get My Plan Info

Documentation For Models

# Packages

No description provided by the author

# Functions

AllDomainLinksPropertyAsArticlesPropertyInnerAllDomainLinks is a convenience function that returns AllDomainLinksProperty wrapped in ArticlesPropertyInnerAllDomainLinks.
AllLinksPropertyAsArticlesPropertyInnerAllLinks is a convenience function that returns AllLinksProperty wrapped in ArticlesPropertyInnerAllLinks.
AuthorsPropertyAsArticlesPropertyInnerAuthors is a convenience function that returns AuthorsProperty wrapped in ArticlesPropertyInnerAuthors.
CacheExpires helper function to determine remaining time before repeating a request.
JournalistsPropertyAsArticlesPropertyInnerJournalists is a convenience function that returns JournalistsProperty wrapped in ArticlesPropertyInnerJournalists.
NewAdditionalSourceInfo instantiates a new AdditionalSourceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdditionalSourceInfoWithDefaults instantiates a new AdditionalSourceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewArticlesPropertyInner instantiates a new ArticlesPropertyInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewArticlesPropertyInner1 instantiates a new ArticlesPropertyInner1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewArticlesPropertyInner1WithDefaults instantiates a new ArticlesPropertyInner1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewArticlesPropertyInnerWithDefaults instantiates a new ArticlesPropertyInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthorSearchRequest instantiates a new AuthorSearchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthorSearchRequestWithDefaults instantiates a new AuthorSearchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCluster instantiates a new Cluster object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCluster1 instantiates a new Cluster1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCluster1WithDefaults instantiates a new Cluster1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClusteringSearchResponse instantiates a new ClusteringSearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClusteringSearchResponseWithDefaults instantiates a new ClusteringSearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClusterWithDefaults instantiates a new Cluster object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfiguration returns a new Configuration object.
NewCSearchResponse instantiates a new CSearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSearchResponse1 instantiates a new CSearchResponse1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSearchResponse1WithDefaults instantiates a new CSearchResponse1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSearchResponseWithDefaults instantiates a new CSearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSLHResponse instantiates a new CSLHResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSLHResponse1 instantiates a new CSLHResponse1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSLHResponse1WithDefaults instantiates a new CSLHResponse1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSLHResponseWithDefaults instantiates a new CSLHResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDtoResponsesAuthorSearchResponseArticleResult instantiates a new DtoResponsesAuthorSearchResponseArticleResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDtoResponsesAuthorSearchResponseArticleResultWithDefaults instantiates a new DtoResponsesAuthorSearchResponseArticleResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDtoResponsesAuthorSearchResponseFailedSearchResponse instantiates a new DtoResponsesAuthorSearchResponseFailedSearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDtoResponsesAuthorSearchResponseFailedSearchResponseWithDefaults instantiates a new DtoResponsesAuthorSearchResponseFailedSearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDtoResponsesAuthorSearchResponseSearchResponse instantiates a new DtoResponsesAuthorSearchResponseSearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDtoResponsesAuthorSearchResponseSearchResponseWithDefaults instantiates a new DtoResponsesAuthorSearchResponseSearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDtoResponsesMoreLikeThisResponseArticleResult instantiates a new DtoResponsesMoreLikeThisResponseArticleResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDtoResponsesMoreLikeThisResponseArticleResultWithDefaults instantiates a new DtoResponsesMoreLikeThisResponseArticleResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDtoResponsesMoreLikeThisResponseFailedSearchResponse instantiates a new DtoResponsesMoreLikeThisResponseFailedSearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDtoResponsesMoreLikeThisResponseFailedSearchResponseWithDefaults instantiates a new DtoResponsesMoreLikeThisResponseFailedSearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDtoResponsesMoreLikeThisResponseSearchResponse instantiates a new DtoResponsesMoreLikeThisResponseSearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDtoResponsesMoreLikeThisResponseSearchResponseWithDefaults instantiates a new DtoResponsesMoreLikeThisResponseSearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDtoResponsesSearchResponseSearchResponse instantiates a new DtoResponsesSearchResponseSearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDtoResponsesSearchResponseSearchResponseWithDefaults instantiates a new DtoResponsesSearchResponseSearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFSearchResponse instantiates a new FSearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFSearchResponse1 instantiates a new FSearchResponse1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFSearchResponse1WithDefaults instantiates a new FSearchResponse1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFSearchResponse2 instantiates a new FSearchResponse2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFSearchResponse2WithDefaults instantiates a new FSearchResponse2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFSearchResponse3 instantiates a new FSearchResponse3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFSearchResponse3WithDefaults instantiates a new FSearchResponse3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFSearchResponseWithDefaults instantiates a new FSearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHTTPValidationError instantiates a new HTTPValidationError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHTTPValidationErrorWithDefaults instantiates a new HTTPValidationError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLatestHeadlinesRequest instantiates a new LatestHeadlinesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLatestHeadlinesRequestWithDefaults instantiates a new LatestHeadlinesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLatestHeadlinesResponse instantiates a new LatestHeadlinesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLatestHeadlinesResponseWithDefaults instantiates a new LatestHeadlinesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMoreLikeThisRequest instantiates a new MoreLikeThisRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMoreLikeThisRequestWithDefaults instantiates a new MoreLikeThisRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewSearchRequest instantiates a new SearchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchRequestWithDefaults instantiates a new SearchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchURLRequest instantiates a new SearchURLRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchURLRequestWithDefaults instantiates a new SearchURLRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSimilarDocument instantiates a new SimilarDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSimilarDocument1 instantiates a new SimilarDocument1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSimilarDocument1WithDefaults instantiates a new SimilarDocument1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSimilarDocumentWithDefaults instantiates a new SimilarDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceInfo instantiates a new SourceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceInfoWithDefaults instantiates a new SourceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceResponse instantiates a new SourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceResponseWithDefaults instantiates a new SourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourcesRequest instantiates a new SourcesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourcesRequestWithDefaults instantiates a new SourcesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubscriptionResponse instantiates a new SubscriptionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubscriptionResponseWithDefaults instantiates a new SubscriptionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewValidationError instantiates a new ValidationError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewValidationErrorWithDefaults instantiates a new ValidationError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

AdditionalSourceInfo AdditionalSourceInfo DTO class.
AllDomainLinksProperty struct for AllDomainLinksProperty.
AllLinksProperty struct for AllLinksProperty.
APIClient manages communication with the NewsCatcher-V3 Production API API v3.2.16 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
ArticlesPropertyInner struct for ArticlesPropertyInner.
ArticlesPropertyInner1 struct for ArticlesPropertyInner1.
ArticlesPropertyInnerAllDomainLinks - struct for ArticlesPropertyInnerAllDomainLinks.
ArticlesPropertyInnerAllLinks - struct for ArticlesPropertyInnerAllLinks.
ArticlesPropertyInnerAuthors - struct for ArticlesPropertyInnerAuthors.
ArticlesPropertyInnerJournalists - struct for ArticlesPropertyInnerJournalists.
No description provided by the author
No description provided by the author
AuthorSearchRequest Author search request DTO.
AuthorsProperty struct for AuthorsProperty.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Cluster Cluster DTO class.
Cluster1 Cluster DTO class.
ClusteringSearchResponse ClusteringSearchResponse DTO class.
Configuration stores the configuration of the API client.
CSearchResponse SearchResponse DTO class.
CSearchResponse1 SearchResponse DTO class.
CSLHResponse ClusteringSearchResponse DTO class.
CSLHResponse1 ClusteringSearchResponse DTO class.
DtoResponsesAuthorSearchResponseArticleResult Article result data model.
DtoResponsesAuthorSearchResponseFailedSearchResponse Failed search response data model.
DtoResponsesAuthorSearchResponseSearchResponse Search response data model.
DtoResponsesMoreLikeThisResponseArticleResult ArticleResult DTO class.
DtoResponsesMoreLikeThisResponseFailedSearchResponse FailedSearchResponse DTO class.
DtoResponsesMoreLikeThisResponseSearchResponse SearchResponse DTO class.
DtoResponsesSearchResponseSearchResponse SearchResponse DTO class.
FSearchResponse Search response data model.
FSearchResponse1 Search response data model.
FSearchResponse2 SearchResponse DTO class.
FSearchResponse3 SearchResponse DTO class.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
HTTPValidationError struct for HTTPValidationError.
JournalistsProperty struct for JournalistsProperty.
No description provided by the author
No description provided by the author
LatestHeadlinesRequest Latest headlines request DTO.
LatestHeadlinesResponse LatestHeadlinesResponse DTO class.
LocationPropertyInner struct for LocationPropertyInner.
MoreLikeThisRequest More like this request DTO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RankedOnly struct for RankedOnly.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SearchRequest Search request DTO.
No description provided by the author
No description provided by the author
SearchURLRequest Search URL Request DTO.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
SimilarDocument SimilarDocument DTO class.
SimilarDocument1 SimilarDocument DTO class.
SourceInfo \"SourceInfo DTO class.
SourceResponse SourceResponse DTO class.
No description provided by the author
No description provided by the author
SourcesPropertyInner struct for SourcesPropertyInner.
SourcesRequest Sources request DTO.
No description provided by the author
No description provided by the author
SubscriptionResponse SubscriptionResponse DTO class.
ValidationError struct for ValidationError.

# Type aliases

AuthorsApiService AuthorsApi service.
LatestHeadlinesApiService LatestHeadlinesApi service.
SearchApiService SearchApi service.
SearchLinkApiService SearchLinkApi service.
SearchSimilarApiService SearchSimilarApi service.
ServerConfigurations stores multiple ServerConfiguration items.
SourcesApiService SourcesApi service.
SubscriptionApiService SubscriptionApi service.