Skip to main content

StackOverflowQuestionsCollatorFactoryOptions

Home > @backstage/plugin-search-backend-module-stack-overflow-collator > StackOverflowQuestionsCollatorFactoryOptions

Options for StackOverflowQuestionsCollatorFactory

Signature:

export type StackOverflowQuestionsCollatorFactoryOptions = {
baseUrl?: string;
maxPage?: number;
apiKey?: string;
apiAccessToken?: string;
teamName?: string;
requestParams?: StackOverflowQuestionsRequestParams;
logger: LoggerService;
};

References: StackOverflowQuestionsRequestParams, LoggerService