module RSqoot::Merchant

Public Instance Methods

merchant(id, options={}) click to toggle source

Retrieve a list of merchants base on the following parameters

@param [String] id (The merchant’s ID, Use the Sqoot ID or ID for any supported namespace. Must supply namespace if we don’t use Sqoot) @param [String] namespace (One of the supported namespaces. Factual, Foursquare, Facebook, Google, CitySearch, Yelp.)

# File lib/rsqoot/merchant.rb, line 9
def merchant(id, options={})
  get("merchants/#{id}", options)
end