Sha256: 0aa087079960916af9536cc67b8691d61631f1e9228ff8a4d5e354b8f467b6c5
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 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 get "/topics/#{slug}/retailers" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datarank-1.0.0 | lib/datarank/retailers.rb |