Skip to content

Commit e38d619

Browse files
committed
updating api creation page with new link
1 parent bf9a2b9 commit e38d619

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

api-creation.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ <h2>API creation resources</h2>
8282
is an interesting overview of the Python API frameworks space.</p>
8383
</li>
8484
<li>
85-
<p>This big list of API usability &amp; developer experience resources contains
86-
a solid collection of links to content.</p>
85+
<p><a href="http://www.slideshare.net/jmusser/ten-reasons-developershateyourapi">10 Reasons Why Developers Hate Your API (And what to do about it)</a>
86+
goes through the top difficulties and annoyances developers face when
87+
working with APIs and how you can avoid your API falling into the same
88+
traps.</p>
8789
</li>
8890
</ul>
8991
<h2>API creation learning checklist</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-06-07T07:32:17Z</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-06-08T08:05:00Z</updated></feed>

source/content/pages/06-apis/0605-api-creation.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ applications through machine-to-machine communication.
5252
* [RESTful web services with Python](http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions)
5353
is an interesting overview of the Python API frameworks space.
5454

55-
* This big list of API usability & developer experience resources contains
56-
a solid collection of links to content.
55+
* [10 Reasons Why Developers Hate Your API (And what to do about it)](http://www.slideshare.net/jmusser/ten-reasons-developershateyourapi)
56+
goes through the top difficulties and annoyances developers face when
57+
working with APIs and how you can avoid your API falling into the same
58+
traps.
5759

5860

5961
## API creation learning checklist

0 commit comments

Comments
 (0)