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