aboutsummaryrefslogtreecommitdiff
path: root/budget/rest.py
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13add mimetype support to the rest API utilsAlexis Metaireau1-18/+18
2011-09-13Add a serialization mechanismAlexis Metaireau1-0/+29
2011-09-11Add Handlers for members and bills.Alexis Metaireau1-22/+15
2011-09-11API first draft: utils. (related to #27)Alexis Metaireau1-0/+120
Introduces the "rest" module, with reusable utils for flask applications (will be packaged as a flask extension later on).