Sha256: 3a156f60817ea7f2084626ac492bfc9fee96cad16a9a76be19708d3e18c4f267
Contents?: true
Size: 578 Bytes
Versions: 15
Compression:
Stored size: 578 Bytes
Contents
class Iknow::RestClient::Sentence < Iknow::RestClient::Base ACTIONS = { :recent => { :path => '/sentences' }, :find => { :path => '/sentences/__id__' }, :matching => { :path => '/sentences/matching/__keyword__' }, :create => { :path => '/sentences', :http_method => :post }, :add_image => { :path => '/sentences/__id__/images', :http_method => :post }, :add_sound => { :path => '/sentences/__id__/sounds', :http_method => :post } } end
Version data entries
15 entries across 15 versions & 2 rubygems