Flexible & Fast Restful APIs framework for A2Billing powered by Flask & Peewee. A2Billing-Flask-API comes with some tools for exposing your A2Billing models via a RESTful API.
Each RestFul APIs exposed supports the following:
/api/<model name>/ – GET and POST requests
/api/<model name>/<primary key>/ – GET, PUT and DELETE requests
Also, you can filter results by columns on the model. For example:
/api/cardgroup/?name=Some%20Blog
A2Billing-Flask-API's documentation can be found at http://a2billing-flask-api.readthedocs.org/en/latest/index.html
This project is PEP8 compilant and please refer to these sources for the Coding Conventions : http://www.python.org/dev/peps/pep-0008/
License: MPL V2.0
Fork the project on GitHub: https://github.com/areski/a2billing-flask-api
The initial Author is Arezqui Belaid <areski@gmail.com>