Skip to content

Commit 4b0deee

Browse files
committed
updating api integration page
1 parent 7f1c6fc commit 4b0deee

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
@@ -3033,6 +3033,11 @@ <h2>API Integration Resources</h2>
30333033
<a href="http://engineering.hackerearth.com/2014/08/21/python-requests-module/">tutorial on using requests to access web APIs</a>.</p>
30343034
</li>
30353035
<li>
3036+
<p>There's a list of all government web APIs at
3037+
<a href="http://18f.github.io/API-All-the-X/">18F's API-All-the-X list</a>. The list
3038+
is updated whenever a new API comes online.</p>
3039+
</li>
3040+
<li>
30363041
<p>If you use Requests check out this handy guide on gracefully
30373042
<a href="http://www.mobify.com/blog/http-requests-are-hard/">handling HTTP errors with Python</a>.</p>
30383043
</li>

api-integration.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ <h2>API Integration Resources</h2>
7070
<a href="http://engineering.hackerearth.com/2014/08/21/python-requests-module/">tutorial on using requests to access web APIs</a>.</p>
7171
</li>
7272
<li>
73+
<p>There's a list of all government web APIs at
74+
<a href="http://18f.github.io/API-All-the-X/">18F's API-All-the-X list</a>. The list
75+
is updated whenever a new API comes online.</p>
76+
</li>
77+
<li>
7378
<p>If you use Requests check out this handy guide on gracefully
7479
<a href="http://www.mobify.com/blog/http-requests-are-hard/">handling HTTP errors with Python</a>.</p>
7580
</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-12T08:53:32Z</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-13T08:55:19Z</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
@@ -45,6 +45,10 @@ across many implementation areas.
4545
helper library. In that case check out this
4646
[tutorial on using requests to access web APIs](http://engineering.hackerearth.com/2014/08/21/python-requests-module/).
4747

48+
* There's a list of all government web APIs at
49+
[18F's API-All-the-X list](http://18f.github.io/API-All-the-X/). The list
50+
is updated whenever a new API comes online.
51+
4852
* If you use Requests check out this handy guide on gracefully
4953
[handling HTTP errors with Python](http://www.mobify.com/blog/http-requests-are-hard/).
5054

0 commit comments

Comments
 (0)