Skip to content

Commit ba35d0d

Browse files
committed
adding zapier's api 101 guide
1 parent 57075d4 commit ba35d0d

File tree

5 files changed

+29
-6
lines changed

5 files changed

+29
-6
lines changed

api-integration.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,17 @@ <h1>API Integration</h1>
8585
continuously grows in importance because APIs provide critical functionality
8686
across many implementation areas.</p>
8787
<h2>API Integration Resources</h2>
88-
<p>My DjangoCon 2013 talk dove into "<a href="http://www.youtube.com/watch?v=iGP8DQIqxXs">Making Django Play Nice With Third Party Services</a>."</p>
88+
<ul>
89+
<li>
90+
<p>My DjangoCon 2013 talk dove into
91+
"<a href="http://www.youtube.com/watch?v=iGP8DQIqxXs">Making Django Play Nice With Third Party Services</a>."</p>
92+
</li>
93+
<li>
94+
<p><a href="https://zapier.com/">Zapier</a> is working on an
95+
<a href="https://zapier.com/blog/apis-101/">APIs 101</a> free guide for what APIs
96+
are, why they are valuable and how to use them properly. </p>
97+
</li>
98+
</ul>
8999
<br/>
90100
Next read the
91101
<a href="/no-sql-datastore.html">nosql data stores</a> section.

cascading-style-sheets.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,13 @@ <h2>CSS frameworks</h2>
121121
<p><a href="http://foundation.zurb.com/">Foundation</a></p>
122122
</li>
123123
<li>
124-
<p><a href="http://gumbyframework.com/">Gumby Framework</a></p>
124+
<p><a href="http://gumbyframework.com/">Gumby</a></p>
125+
</li>
126+
<li>
127+
<p><a href="http://www.getskeleton.com/">Skeleton</a></p>
128+
</li>
129+
<li>
130+
<p><a href="http://html5boilerplate.com/">HTML5 Boilerplate</a></p>
125131
</li>
126132
</ul>
127133
<h2>Design resources</h2>

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-03-26T07:19:54Z</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-03-26T09:13:30Z</updated></feed>

source/content/pages/10-css/1001-cascading-style-sheets.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ web application's design.
5656

5757
* [Foundation](http://foundation.zurb.com/)
5858

59-
* [Gumby Framework](http://gumbyframework.com/)
59+
* [Gumby](http://gumbyframework.com/)
60+
61+
* [Skeleton](http://www.getskeleton.com/)
62+
63+
* [HTML5 Boilerplate](http://html5boilerplate.com/)
6064

6165

6266
## Design resources

source/content/pages/16-api-integration/1601-api-integration.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ across many implementation areas.
1919

2020

2121
## API Integration Resources
22-
My DjangoCon 2013 talk dove into "[Making Django Play Nice With Third Party Services](http://www.youtube.com/watch?v=iGP8DQIqxXs)."
23-
22+
* My DjangoCon 2013 talk dove into
23+
"[Making Django Play Nice With Third Party Services](http://www.youtube.com/watch?v=iGP8DQIqxXs)."
2424

25+
* [Zapier](https://zapier.com/) is working on an
26+
[APIs 101](https://zapier.com/blog/apis-101/) free guide for what APIs
27+
are, why they are valuable and how to use them properly.

0 commit comments

Comments
 (0)