File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
source/content/pages/06-apis Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff 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 & 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments