Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 823 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 823 Bytes

paper-thin-rest

Build Status

A base code for implementing REST services in Python, Flask, where only JSON services are implemented.

It's meant to be just a very simple bridge between your API and JSON over HTTP protocol. No other fancy stuff like automatic model CRUD or super cool hyperlinking stuff, see Django REST framework or Eve for that type of thing.

I would very much prefer that whoever uses the code just embeds it into his own app rather than reuse as a framework. It's not meant to be reusable and configured, it's meant to be a "copy/paste and keep just the bits you need" type of thing.