Skip to content

Commit 6fecac3

Browse files
committed
new api resource
1 parent f224c08 commit 6fecac3

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
@@ -3067,6 +3067,11 @@ <h2>API resources</h2>
30673067
<a href="https://twitter.com/YayNickQ">Nick Quinlan</a> is a plain English explanation
30683068
for what webhooks are and why they are necessary in the API world.</p>
30693069
</li>
3070+
<li>
3071+
<p><a href="http://keithba.net/simplicity-and-utility-or-why-soap-lost">Simplicity and Utility, or, Why SOAP Lost</a>
3072+
provides context for why JSON-based web services are more common today than
3073+
SOAP which was popular in the early 2000s.</p>
3074+
</li>
30703075
</ul>
30713076
<h2>APIs learning checklist</h2>
30723077
<p><i class="fa fa-check-square-o"></i>

application-programming-interfaces.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ <h2>API resources</h2>
9494
<a href="https://twitter.com/YayNickQ">Nick Quinlan</a> is a plain English explanation
9595
for what webhooks are and why they are necessary in the API world.</p>
9696
</li>
97+
<li>
98+
<p><a href="http://keithba.net/simplicity-and-utility-or-why-soap-lost">Simplicity and Utility, or, Why SOAP Lost</a>
99+
provides context for why JSON-based web services are more common today than
100+
SOAP which was popular in the early 2000s.</p>
101+
</li>
97102
</ul>
98103
<h2>APIs learning checklist</h2>
99104
<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-08T15:08:24Z</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-09T12:14:28Z</updated></feed>

source/content/pages/08-apis/0801-application-programming-interfaces.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ on the number's page on Twilio as shown below.
7575
[Nick Quinlan](https://twitter.com/YayNickQ) is a plain English explanation
7676
for what webhooks are and why they are necessary in the API world.
7777

78+
* [Simplicity and Utility, or, Why SOAP Lost](http://keithba.net/simplicity-and-utility-or-why-soap-lost)
79+
provides context for why JSON-based web services are more common today than
80+
SOAP which was popular in the early 2000s.
81+
7882

7983
## APIs learning checklist
8084
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)