Rails-The best way to use external API?
        Posted  
        
            by abhishektiwari
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by abhishektiwari
        
        
        
        Published on 2010-04-29T04:59:37Z
        Indexed on 
            2010/04/29
            6:07 UTC
        
        
        Read the original article
        Hit count: 647
        
I am developing a Rails application which will need frequent access to public APIs, and I am not sure what is best way to put external API (SOAP/WSDL) code in Rails application, what about model thingy, how we can manage that? Any ideas, comments?
© Stack Overflow or respective owner