Added very basic octopart info provider

This commit is contained in:
Jan Böhmer 2023-07-30 23:04:18 +02:00
parent 6a00b8e168
commit 43cc37d10f
6 changed files with 260 additions and 2 deletions

View file

@ -53,6 +53,8 @@ class PartDetailDTO extends SearchResultDTO
public readonly ?array $vendor_infos = null,
/** The mass of the product in grams */
public readonly ?float $mass = null,
/** The URL to the product on the website of the manufacturer */
public readonly ?string $manufacturer_product_url = null,
) {
parent::__construct(
provider_key: $provider_key,