Sha256: 684c9e720a90853ba863946f7fb17021553e70d057d99add50e82bf8bf1e0a91

Contents?: true

Size: 139 Bytes

Versions: 1

Compression:

Stored size: 139 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datarank-0.2 lib/datarank/topics.rb