mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
Add the nameable gem for working with contributor names
This commit is contained in:
@@ -13,10 +13,15 @@ module Paapi
|
|||||||
DEFAULT_MARKET = :us
|
DEFAULT_MARKET = :us
|
||||||
DEFAULT_RESOURCES = [
|
DEFAULT_RESOURCES = [
|
||||||
'Images.Primary.Large',
|
'Images.Primary.Large',
|
||||||
|
'ItemInfo.ByLineInfo',
|
||||||
'ItemInfo.ContentInfo',
|
'ItemInfo.ContentInfo',
|
||||||
'ItemInfo.ProductInfo',
|
|
||||||
'ItemInfo.Title',
|
|
||||||
'ItemInfo.ExternalIds',
|
'ItemInfo.ExternalIds',
|
||||||
|
'ItemInfo.Features',
|
||||||
|
'ItemInfo.ManufactureInfo',
|
||||||
|
'ItemInfo.ProductInfo',
|
||||||
|
'ItemInfo.TechnicalInfo', # Includes format when Kindle
|
||||||
|
'ItemInfo.Title',
|
||||||
|
'ItemInfo.TradeInInfo',
|
||||||
'Offers.Listings.Availability.Message',
|
'Offers.Listings.Availability.Message',
|
||||||
'Offers.Listings.Condition',
|
'Offers.Listings.Condition',
|
||||||
'Offers.Listings.Condition.SubCondition',
|
'Offers.Listings.Condition.SubCondition',
|
||||||
|
|||||||
@@ -33,4 +33,5 @@ Gem::Specification.new do |spec|
|
|||||||
|
|
||||||
spec.add_dependency 'http', '~> 4'
|
spec.add_dependency 'http', '~> 4'
|
||||||
spec.add_dependency 'aws-sigv4', '~> 1'
|
spec.add_dependency 'aws-sigv4', '~> 1'
|
||||||
|
spec.add_dependency 'nameable', '~> 1'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user