Sha256: 5a9ddabfee3a210c599d11b9f492ab9b91993894e19cefe536cc93ad850d21e8
Contents?: true
Size: 376 Bytes
Versions: 9
Compression:
Stored size: 376 Bytes
Contents
module Datarank class Client # Module containing methods for interacting with a topic's correlated retailers module Retailers # Fetch retailers correlated to a topic # # @param slug [String] A topic's unique identifier slug def retailers(slug, options={}) get "/topics/#{slug}/retailers", options end end end end
Version data entries
9 entries across 9 versions & 2 rubygems