class Auchandirect::ScrAPI::Items
Storexplore api definition to browse all the items available at auchandirect.com See
The store has 3 depths of categories. The only attribute the categories have is their name The items are all child of the bottom categories, here are their attributes
-
brand
-
name
-
price
-
image (url of the link to the image)
-
remote_id (the id of this item in the auchandirect database)
Constants
- NAMES_SEPARATOR
Public Class Methods
browse()
click to toggle source
Returns a Storexplore api on whole auchandirect catalog
# File lib/auchandirect/scrAPI/items.rb, line 40 def self.browse Storexplore::Api.browse(url) end
url()
click to toggle source
Main url of the store
# File lib/auchandirect/scrAPI/items.rb, line 45 def self.url HOMEPAGE end