Recommendations for integrating a Rails application with external APIs?

I am starting to integrate our Rails-based application with other external APIs. We will start with the distribution services (possibly Mad Mimi or Campaign Monitor ).

I just wanted to find out if anyone has the best / preferred methods for approaching simple integration, error checking, and the like.

Are you adding API functions to model callbacks? Is it better to use API functions in the background (ala delayed_job)?

+3
source share
1 answer

, , "" , ", , .

, , . Twitter OAuth , API AJAX Feed API .

+1

Source: https://habr.com/ru/post/1728972/


All Articles