Skip to content

Commit 7f679f7

Browse files
committed
Merge pull request mattmakai#71 from timothycrosley/patch-1
Update 03-api-creation.markdown
2 parents 967c011 + 1b04e20 commit 7f679f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/content/pages/06-web-apis/03-api-creation.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ applications through machine-to-machine communication.
5151
* [Falcon](http://falconframework.org/) is a fast and lightweight framework
5252
well suited to create RESTful APIs.
5353

54+
* [Hug](https://github.com/timothycrosley/hug) 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.
55+
5456
* [Pycnic](http://pycnic.nullism.com) is a new JSON-API-only framework designed with
5557
REST in mind.
5658

0 commit comments

Comments
 (0)