Best practices in exposing application API for integration

Hello all,

i’m new to Ruby , i’ asking about the best way of exposing the
application functionalities as API to be used as integration point
using normal HTTP GET,POST

thanks in advance.

Hosam Kamel wrote:

Hello all,

i’m new to Ruby , i’ asking about the best way of exposing the
application functionalities as API to be used as integration point
using normal HTTP GET,POST

thanks in advance.

Recommend you read any one (or multiple) of many books out there on how
to get up and running with Ruby on Rails, specifically the topics of
RESTful architecture in Rails and responding to different request
formats. Peepcode.com has a nice screencast on RESTful Rails also.