Best practise of parsing RESTfull WebService response with Rails

Posted by Zeck on Stack Overflow See other posts from Stack Overflow or by Zeck
Published on 2010-05-19T07:19:47Z Indexed on 2010/05/19 7:20 UTC
Read the original article Hit count: 281

Hi guys,

I'm developing JAX-RS application and it's working fine. Now, i want to develop web service client application using Rails. And my question is which is the best way to parsing RESTfull webservice's response in Rails?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about best-practices