szimek
2008-Jul-17 19:04 UTC
Are there any tutorials on creating a client in Ruby for RESTful Rails app?
Hi, I got a REStful Rails app and would like to create a simple command line app (probably later with a GUI) to display/manage data from the Rails app. There are bilions of tutorials/presentation on writing RESTful Rails apps, but are there any tutorials how to write simple clients? I.e. parsing data from Rails app, how to do authentication (I''m using restful_authentication plugin), error handling etc? It''s nothing very complicated, but some examples, tips would be really useful. Regards --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Brian Hogan
2008-Jul-18 01:38 UTC
Re: Are there any tutorials on creating a client in Ruby for RESTful Rails app?
Hey, blinksale.com does a great job explaining how they use their API with the cURL command-line program. Maybe that would get you going in the right direction. www.blinksale.com/api explains a lton of stuff. On Thu, Jul 17, 2008 at 2:04 PM, szimek <szimek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > I got a REStful Rails app and would like to create a simple command > line app (probably later with a GUI) to display/manage data from the > Rails app. > > There are bilions of tutorials/presentation on writing RESTful Rails > apps, but are there any tutorials how to write simple clients? I.e. > parsing data from Rails app, how to do authentication (I''m using > restful_authentication plugin), error handling etc? It''s nothing very > complicated, but some examples, tips would be really useful. > > Regards > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---