Skip to content

@boardreadyops/plugin-sdk API


@boardreadyops/plugin-sdk API / SupplierIntelligenceProvider

Interface: SupplierIntelligenceProvider

Supplier intelligence provider extension point for plugins.

Properties

id

id: string


name

name: string


requiresNetwork?

optional requiresNetwork?: boolean

True when this provider requires network access.

Methods

query()

query(input): Promise\<SupplierIntelligenceResult>

Fetch supplier intelligence for the given components.

Parameters

input

SupplierIntelligenceQuery

Returns

Promise\<SupplierIntelligenceResult>