ryanlecompte / letsfreckle-client

Ruby client for the Let's Freckle API (http://www.letsfreckle.com)
MIT License
16 stars 10 forks source link

Problem with Letsfreckle::Entry.find #15

Open ThomasG17 opened 10 years ago

ThomasG17 commented 10 years ago

Hello,

I have a problem with the search entries. I put "LetsFreckle::Entry.find" in my controller, it returns me a 400 error,while I put the URL directly into a browser a result is displayed.

LetsFreckle::Entry.find(:from => '2014-07-10').each do |entry| puts entry.description end

Fetch failed, HTTP error: 400