module Datarank class Client module Comments def comments_search(slug, options={}) get "/topics/#{slug}/comments", options end end end end