search for: httpparti

Displaying 1 result from an estimated 1 matches for "httpparti".

Did you mean: httpparty
2011 Apr 08
0
eventbright gem
Hi, I am using eventbright gem for getting the event brite events. I am doing like as follows:- EventBright.setup(api_key) res= EventBright.call("event_search", {:latitude=>37.3229978, :longitude=>-122.0321823}) puts res.inspect I am getting the response as the HTTPARTY object. Can anyone tell me how can I parse the response? Also, I think I am missing something during