Add Condition Parameter

This commit is contained in:
side Feng
2020-08-11 14:48:33 +08:00
parent 5152b9b976
commit 8bd8ba1e84
2 changed files with 6 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ module Paapi
SEARCH_PARAMS = %i[keywords actor, artist, author, brand title].freeze
DEFAULT_PARTNER_TYPE = 'Associates'
DEFAULT_MARKET = :us
DEFAULT_CONDITION = 'Any'
DEFAULT_RESOURCES = [
'Images.Primary.Large',
'ItemInfo.ByLineInfo',
@@ -72,6 +73,7 @@ module Paapi
:partner_type,
:market,
:partner_market,
:condition,
:resources,
:test_mode