Skip to content

Commit 7473b07

Browse files
committed
new api resource
1 parent e70305d commit 7473b07

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3171,6 +3171,11 @@ <h2>API Integration Resources</h2>
31713171
is free and contains a wealth of practical advice for what design
31723172
decisions to make for your web API.</p>
31733173
</li>
3174+
<li>
3175+
<p><a href="https://realpython.com/blog/python/caching-external-api-requests/">Caching external API requests</a>
3176+
is a good post on how to potentially limit the number of HTTP calls
3177+
required when accessing an external web API via the Requests library.</p>
3178+
</li>
31743179
</ul>
31753180
<h2>API integration learning checklist</h2>
31763181
<p><i class="fa fa-check-square-o"></i>

api-integration.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ <h2>API Integration Resources</h2>
123123
is free and contains a wealth of practical advice for what design
124124
decisions to make for your web API.</p>
125125
</li>
126+
<li>
127+
<p><a href="https://realpython.com/blog/python/caching-external-api-requests/">Caching external API requests</a>
128+
is a good post on how to potentially limit the number of HTTP calls
129+
required when accessing an external web API via the Requests library.</p>
130+
</li>
126131
</ul>
127132
<h2>API integration learning checklist</h2>
128133
<p><i class="fa fa-check-square-o"></i>

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-11T10:32:36Z</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-12T16:01:37Z</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
@@ -88,6 +88,9 @@ across many implementation areas.
8888
is free and contains a wealth of practical advice for what design
8989
decisions to make for your web API.
9090

91+
* [Caching external API requests](https://realpython.com/blog/python/caching-external-api-requests/)
92+
is a good post on how to potentially limit the number of HTTP calls
93+
required when accessing an external web API via the Requests library.
9194

9295
## API integration learning checklist
9396
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)