Skip to content

Commit b9e010f

Browse files
committed
adding narwhl site to api creation page
1 parent b89ff34 commit b9e010f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

api-creation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ <h2>API creation frameworks</h2>
6565
<h2>API creation resources</h2>
6666
<ul>
6767
<li>
68+
<p><a href="http://www.narwhl.com/">NARWHL</a> is a practical API design site for
69+
developers confused about what is appropriate for RESTful APIs.</p>
70+
</li>
71+
<li>
6872
<p><a href="http://pydanny.com/choosing-an-api-framework-for-django.html">Choosing an API framework for Django</a>
6973
by <a href="https://twitter.com/pydanny">PyDanny</a> contains questions and insight
7074
into what makes a good API framework and which one you should currently

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-05-29T06:50:11Z</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-05-29T07:00:13Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ applications through machine-to-machine communication.
3838

3939

4040
## API creation resources
41+
* [NARWHL](http://www.narwhl.com/) is a practical API design site for
42+
developers confused about what is appropriate for RESTful APIs.
43+
4144
* [Choosing an API framework for Django](http://pydanny.com/choosing-an-api-framework-for-django.html)
4245
by [PyDanny](https://twitter.com/pydanny) contains questions and insight
4346
into what makes a good API framework and which one you should currently

0 commit comments

Comments
 (0)