Re: [Rails] Rails Services Module
Matthias, the point is, that not everything has to come with Rails. Lets keep things modular and cleanly separated. Don't try to integrate everything into the Rails core when it can just as well be done withing a Gem.
On Thu, Oct 25, 2012 at 1:36 AM, Matthias Frick <matthias@frick-web.at> wrote:
yes i know these gems. but offers rails itself a layer to hook in such external APIs?
like a docking station, where you can register external services and so on..
matthias
Am Mittwoch, 24. Oktober 2012 16:05:56 UTC+2 schrieb Matt Jones:--
On Tuesday, 23 October 2012 11:23:06 UTC-4, Matthias Frick wrote:Rails does not support an interface for external APIs? Or does it offers one?
For example you have to interact with the facebook graph api, twitter api, and others, is there a main basic end-to-end point for such api's?Not sure what you mean - the interaction with external services is typically done with gems. Some examples:Twitter - https://github.com/sferik/twitterFacebook - https://github.com/nsanta/fbgraphGit repos - https://github.com/mojombo/gritThere's also a wide variety of gems that handle the lower-level details to make interacting with APIs easier, from HTTParty to RestClient to Faraday.--Matt Jones
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/t0KHFPfNtYAJ.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home