Skip to content

Commit 2be2e03

Browse files
committed
adding new api resource
1 parent 23fa589 commit 2be2e03

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

application-programming-interfaces.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,16 @@ <h2>API open source projects</h2>
8282
</ul>
8383
<h2>API resources</h2>
8484
<ul>
85-
<li><a href="https://zapier.com/">Zapier</a> has an
85+
<li>
86+
<p><a href="https://zapier.com/">Zapier</a> has an
8687
<a href="https://zapier.com/blog/apis-101/">APIs 101</a> free guide for what APIs
87-
are, why they are valuable and how to use them properly. </li>
88+
are, why they are valuable and how to use them properly. </p>
89+
</li>
90+
<li>
91+
<p><a href="http://sendgrid.com/blog/whats-webhook/">What is a webhook?</a> by
92+
<a href="https://twitter.com/YayNickQ">Nick Quinlan</a> is a plain English explanation
93+
for what webhooks are and why they are necessary in the API world.</p>
94+
</li>
8895
</ul>
8996
<h2>APIs learning checklist</h2>
9097
<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-07-02T17:24:03Z</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-07-03T09:08:21Z</updated></feed>

source/content/pages/06-apis/0601-application-programming-interfaces.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ on the number's page on Twilio as shown below.
6868
[APIs 101](https://zapier.com/blog/apis-101/) free guide for what APIs
6969
are, why they are valuable and how to use them properly.
7070

71+
* [What is a webhook?](http://sendgrid.com/blog/whats-webhook/) by
72+
[Nick Quinlan](https://twitter.com/YayNickQ) is a plain English explanation
73+
for what webhooks are and why they are necessary in the API world.
74+
7175

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

0 commit comments

Comments
 (0)