Changes between Version 4 and Version 5 of Simplistic_json_rpc-dispatcher


Ignore:
Timestamp:
Sep 15, 2009, 12:04:55 PM (15 years ago)
Author:
floydpetrus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Simplistic_json_rpc-dispatcher

    v4 v5  
    2828
    2929This function works as a decoding/encoding dispatcher between Django's '''HttpRequest'''-object and
    30 arbitrary defined method-functions of the json-rpc service. Those method-functions shall return a
    31 dictionary-object such as '''{'result': <result_data>, 'error': <error_data>}''' . This dispatcher-function
     30arbitrary defined method-functions of the json-rpc service. Those '''method-functions shall return''' a
     31dictionary-object as '''{'result': <result_data>, 'error': <error_data>}''' . This dispatcher-function
    3232is suitable for non-public json-rpc apps handling specific data process/validate tasks.   
Back to Top