Skip to content

Commit 66ec9d6

Browse files
committed
updating with new api resource
1 parent b273dd2 commit 66ec9d6

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3139,6 +3139,11 @@ <h2>API Integration Resources</h2>
31393139
shows you how to build resiliency into calls to web APIs.</p>
31403140
</li>
31413141
<li>
3142+
<p><a href="http://www.coglib.com/~icordasc/blog/2014/12/retries-in-requests.html">Retries in Requests</a>
3143+
is a nice tutorial for easily re-executing failed HTTP requests with the
3144+
Requests library.</p>
3145+
</li>
3146+
<li>
31423147
<p>My DjangoCon 2013 talk dove into
31433148
"<a href="http://www.youtube.com/watch?v=iGP8DQIqxXs">Making Django Play Nice With Third Party Services</a>."</p>
31443149
</li>

api-integration.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ <h2>API Integration Resources</h2>
100100
shows you how to build resiliency into calls to web APIs.</p>
101101
</li>
102102
<li>
103+
<p><a href="http://www.coglib.com/~icordasc/blog/2014/12/retries-in-requests.html">Retries in Requests</a>
104+
is a nice tutorial for easily re-executing failed HTTP requests with the
105+
Requests library.</p>
106+
</li>
107+
<li>
103108
<p>My DjangoCon 2013 talk dove into
104109
"<a href="http://www.youtube.com/watch?v=iGP8DQIqxXs">Making Django Play Nice With Third Party Services</a>."</p>
105110
</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-12-05T12:13:40Z</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-12-06T11:16:35Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ across many implementation areas.
6969
* [API Retry Patterns](http://migrateup.com/python-retry-patterns-for-http-apis/)
7070
shows you how to build resiliency into calls to web APIs.
7171

72+
* [Retries in Requests](http://www.coglib.com/~icordasc/blog/2014/12/retries-in-requests.html)
73+
is a nice tutorial for easily re-executing failed HTTP requests with the
74+
Requests library.
75+
7276
* My DjangoCon 2013 talk dove into
7377
"[Making Django Play Nice With Third Party Services](http://www.youtube.com/watch?v=iGP8DQIqxXs)."
7478

0 commit comments

Comments
 (0)