mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-26 22:05:03 +02:00
Added very basic octopart info provider
This commit is contained in:
parent
6a00b8e168
commit
43cc37d10f
6 changed files with 260 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue