Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 959 Bytes

File metadata and controls

26 lines (19 loc) · 959 Bytes

API Integration

category:page
slug:api-integration
sort-order:16

The majority of production Python web applications rely on several externally hosted application programming interfaces (APIs). APIs are also commonly referred to as third party services or external platforms. Examples include Twilio for messaging and voice services, Stripe for payment processing, and Disqus for embedded webpage comments.

There are many articles about proper API design but best practices for integrating APIs is less commonly written about. However, this subject continuously grows in importance because APIs provide critical functionality across many implementation areas.

API Integration Resources

Making Django Play Nice With Third Party Services (DjangoCon 2013 video)