class Pictaculous

Constants

ENDPOINT
VERSION

Public Class Methods

find(image_data) click to toggle source
# File lib/pictaculous.rb, line 9
def self.find(image_data)
  Hashie::Mash.new(JSON.parse(Curl.post(ENDPOINT, {image: image_data}).body_str))
end