Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/content/pages/06-web-apis/03-api-creation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ applications through machine-to-machine communication.
* [Falcon](http://falconframework.org/) is a fast and lightweight framework
well suited to create RESTful APIs.

* [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.

* [Pycnic](http://pycnic.nullism.com) is a new JSON-API-only framework designed with
REST in mind.

Expand Down