Sha256: 8d06d33c8432758c9b4734b3a6445decb1a6072c5c1f1e82e3903445d48794c0
Contents?: true
Size: 335 Bytes
Versions: 1
Compression:
Stored size: 335 Bytes
Contents
module Datarank class Client # Module containing methods for interacting with a topic's word cloud module Wordcloud # Return word cloud for a topic # # @param slug [String] A topic's unique identifier slug def wordcloud slug get "/topics/#{slug}/wordcloud" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datarank-1.0.0 | lib/datarank/wordcloud.rb |