Interface SearchParamsBuilderConstructor

interface SearchParamsBuilderConstructor {
    new SearchParamsBuilderConstructornew (source: Partial<RequestFeedParams> | SearchParams): SearchParamsBuilder;
    maxResults: number;
    from(params?: Partial<RequestFeedParams> | SearchParams, copy?: boolean): SearchParamsBuilder;
    empty(): SearchParamsBuilder;
}

Constructors

Properties

Methods

Constructors

Properties

maxResults: number

The maximum value of results that the blogger feed api can retrieve.

This number is representative, the actual value may be much lower.

Methods