Skip to content

Commit 95e172c

Browse files
committed
adding new api post resource
1 parent abf8587 commit 95e172c

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
@@ -3033,6 +3033,11 @@ <h2>API creation resources</h2>
30333033
is an appeal that metadata makes a difference in whether APIs are descriptive
30343034
or not.</p>
30353035
</li>
3036+
<li>
3037+
<p><a href="http://artsy.github.io/blog/2014/09/12/designing-the-public-artsy-api/">Designing the Artsy API</a>
3038+
has their recommendations list for building an API based on their recent
3039+
experiences.</p>
3040+
</li>
30363041
</ul>
30373042
<h2>API creation learning checklist</h2>
30383043
<p><i class="fa fa-check-square-o"></i>

api-creation.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ <h2>API creation resources</h2>
144144
is an appeal that metadata makes a difference in whether APIs are descriptive
145145
or not.</p>
146146
</li>
147+
<li>
148+
<p><a href="http://artsy.github.io/blog/2014/09/12/designing-the-public-artsy-api/">Designing the Artsy API</a>
149+
has their recommendations list for building an API based on their recent
150+
experiences.</p>
151+
</li>
147152
</ul>
148153
<h2>API creation learning checklist</h2>
149154
<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-09-18T13:37:10Z</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-09-19T09:17:04Z</updated></feed>

source/content/pages/08-apis/0803-api-creation.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ equivalent of browser testing in the web application world.
106106
is an appeal that metadata makes a difference in whether APIs are descriptive
107107
or not.
108108

109+
* [Designing the Artsy API](http://artsy.github.io/blog/2014/09/12/designing-the-public-artsy-api/)
110+
has their recommendations list for building an API based on their recent
111+
experiences.
112+
109113

110114
## API creation learning checklist
111115
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)