mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-25 10:59:35 +00:00
Allow to cache amazon search results to reduce API calls
This commit is contained in:
parent
258289482b
commit
87919eb445
2 changed files with 60 additions and 5 deletions
|
|
@ -43,4 +43,9 @@ class CanopySettings
|
|||
public ?string $apiKey = null;
|
||||
|
||||
public string $domain = "de";
|
||||
|
||||
/**
|
||||
* @var bool If true, the provider will always retrieve details for a part, resulting in an additional API request
|
||||
*/
|
||||
public bool $alwaysGetDetails = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue