Skip to content

Commit 9912fdc

Browse files
committed
new api resource
1 parent ee3ed6a commit 9912fdc

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3085,6 +3085,10 @@ <h2>API Integration Resources</h2>
30853085
application when relying on third party services.</p>
30863086
</li>
30873087
<li>
3088+
<p><a href="http://migrateup.com/python-retry-patterns-for-http-apis/">API Retry Patterns</a>
3089+
shows you how to build resiliency into calls to web APIs.</p>
3090+
</li>
3091+
<li>
30883092
<p>My DjangoCon 2013 talk dove into
30893093
"<a href="http://www.youtube.com/watch?v=iGP8DQIqxXs">Making Django Play Nice With Third Party Services</a>."</p>
30903094
</li>

api-integration.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ <h2>API Integration Resources</h2>
9696
application when relying on third party services.</p>
9797
</li>
9898
<li>
99+
<p><a href="http://migrateup.com/python-retry-patterns-for-http-apis/">API Retry Patterns</a>
100+
shows you how to build resiliency into calls to web APIs.</p>
101+
</li>
102+
<li>
99103
<p>My DjangoCon 2013 talk dove into
100104
"<a href="http://www.youtube.com/watch?v=iGP8DQIqxXs">Making Django Play Nice With Third Party Services</a>."</p>
101105
</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-11-19T07:45:25Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-11-20T08:09:09Z</updated></feed>

source/content/pages/08-apis/0802-api-integration.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ across many implementation areas.
6666
is a funny high level overview of what you should do to protect your
6767
application when relying on third party services.
6868

69+
* [API Retry Patterns](http://migrateup.com/python-retry-patterns-for-http-apis/)
70+
shows you how to build resiliency into calls to web APIs.
71+
6972
* My DjangoCon 2013 talk dove into
7073
"[Making Django Play Nice With Third Party Services](http://www.youtube.com/watch?v=iGP8DQIqxXs)."
7174

0 commit comments

Comments
 (0)