How to create APIs and Web services in rails.

Hello,

How to create Web Services in rails.

Present we are developing one website in rails, and we want to develop same website for Mobile. We want to create APIs and provide that apis for mobile development.

So can you guys help me, how to create APIs and Web Services in rails.

thanks in advance.

Hi Bala,

Watch this episode to get start:

http://railscasts.com/episodes/350-rest-api-versioning

Hello Bala,

More, you can take a look at Service Oriented Design in Ruby and Rails book. It’s very helpful.

Thanks!

Triet

Here are a couple of suggestions you can consider:

Grape http://intridea.github.io/grape/

Rails-API