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

viktorasm/paper-thin-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages