module Datarank class Client module Topics def all_topics options={} get '/topics', options end end end end