ruby - Communicating with remote apis including rails -
i new rails. in project have number of api calls(post) many servers. each call requires number of arguments needs send via post request. response simple json data. can suggest better way or has experience kind of stuff. most of these operation single round strip.
i have read active resource
, net::http
, confused 1 use. since active resource
restful api don't know before hand if server communicating providing same.
thanks in advance!
you must check if api working rest or soap.
if rest use rest-client gem
if uses soap can use savon gem
Comments
Post a Comment