Sha256: a5e0b415bedad136f34a5c980ccf6834a9312230f6ba9ccadf0b80df13b3689e

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

Stored size: 472 Bytes

Contents

class Iknow::RestClient::Item < Iknow::RestClient::Base
  
  ACTIONS = {
    :recent    => { :path => '/items'                                      },
    :matching  => { :path => '/items/matching/__keyword__'                 },
    :add_image => { :path => '/items/__id__/images', :http_method => :post },
    :add_sound => { :path => '/items/__id__/sounds', :http_method => :post },
    :extract   => { :path => '/items/extract',       :http_method => :post }
  }
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nov-iknow-0.0.1 lib/iknow/rest_client/item.rb
nov-iknow-0.0.2 lib/iknow/rest_client/item.rb
nov-iknow-0.0.3 lib/iknow/rest_client/item.rb