Hi All, I need the API integration for the following site 1] https://www.alamo.com/ 2] http://www.avis.com 3] http://www.thrifty.com/ 4] http://www.hertz.com If any one know anything regarding any of the above please reply. Regards, Salil -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Curtis Jennings Schofield
2010-Jan-06 05:28 UTC
Re: API integration with Rails or Other Language
On Tue, Jan 5, 2010 at 10:18 PM, Salil Gaikwad <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi All, > > I need the API integration for the following site > 1] https://www.alamo.com/ > 2] http://www.avis.com > 3] http://www.thrifty.com/ > 4] http://www.hertz.com >I suspect you will be doing it the old fashioned way. Hpricot and webrat or curl (and resty) may help. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Curtis Jennings Schofield
2010-Jan-06 05:29 UTC
Re: API integration with Rails or Other Language
On Tue, Jan 5, 2010 at 10:28 PM, Curtis Jennings Schofield <curtis.schofield-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Tue, Jan 5, 2010 at 10:18 PM, Salil Gaikwad <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Hi All, >> >> I need the API integration for the following site >> 1] https://www.alamo.com/ >> 2] http://www.avis.com >> 3] http://www.thrifty.com/ >> 4] http://www.hertz.com >> > > I suspect you will be doing it the old fashioned way. > > Hpricot and webrat or curl (and resty) may help.or Mechanize is another one. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> Hpricot and webrat or curl (and resty) may help.How to integrate Curl with Rails? Do u have any link where it is mentioned? Regards, Salil -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.