Skip to content

Commit a12319e

Browse files
committed
adding new api creation resource from PR mattmakai#71
1 parent 7f679f7 commit a12319e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

all.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4328,6 +4328,9 @@ <h2>API creation frameworks</h2>
43284328
well suited to create RESTful APIs. </p>
43294329
</li>
43304330
<li>
4331+
<p><a href="https://github.com/timothycrosley/hug">Hug</a> built on-top of Falcon and Python3 with an aim to make developing Python driven APIs as simple as possible, but no simpler. Hug leverages Python3 annotations to automatically validate and convert incoming and outgoing API parameters.</p>
4332+
</li>
4333+
<li>
43314334
<p><a href="http://pycnic.nullism.com">Pycnic</a> is a new JSON-API-only framework designed with
43324335
REST in mind. </p>
43334336
</li>

api-creation.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ <h2>API creation frameworks</h2>
8585
well suited to create RESTful APIs. </p>
8686
</li>
8787
<li>
88+
<p><a href="https://github.com/timothycrosley/hug">Hug</a> built on-top of Falcon and Python3 with an aim to make developing Python driven APIs as simple as possible, but no simpler. Hug leverages Python3 annotations to automatically validate and convert incoming and outgoing API parameters.</p>
89+
</li>
90+
<li>
8891
<p><a href="http://pycnic.nullism.com">Pycnic</a> is a new JSON-API-only framework designed with
8992
REST in mind. </p>
9093
</li>

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>2015-11-10T07:47:39Z</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>2015-11-10T14:57:20Z</updated></feed>

0 commit comments

Comments
 (0)