Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 344 Bytes

README.rst

File metadata and controls

7 lines (5 loc) · 344 Bytes

Falcon HATEOAS

Early prototype of HATOAS REST API framework based on Falcon web framework and SQLAlchemy.

Purpose of this project is to make creating simple, yet robust, REST API supporting HATEOAS quick and easy. You should only provide your own SQLAlchemy models and just quickly declare some URL<->RESOURCE<->MODEL mapping.