Include PartnerTag and PartnerType

This commit is contained in:
Dan Milne
2023-06-05 12:48:32 +10:00
parent 2db1d64720
commit b4ffb58592
4 changed files with 11 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ require 'paapi/response'
module Paapi
class Error < StandardError; end
class NotImplemented < StandardError; end
SEARCH_PARAMS = %i[keywords actor, artist, author, brand title].freeze
SEARCH_PARAMS = %i[Keywords Actor Artist Author Brand Title].freeze
DEFAULT_PARTNER_TYPE = 'Associates'
DEFAULT_MARKET = :us
DEFAULT_CONDITION = 'Any'