Decorators for JSONRPC and REST API on django


License
MIT
Install
pip install djrad==1.4.0

Documentation

Django-JSONRPC-REST-API-Decorators (DJRAD)

Examples:

New Rest API

@rest_api(method="POST", params=(("token", "std"), ("username", "true"), ("photo", "file", true)))

ALL FILES MUST HAVE TYPE IN ORDER FOR THIS TO WORK