Make webapi_request_fields pass dictionary of parsed request fields
Review Request #7491 — Created July 4, 2015 and submitted — Latest diff uploaded
The
@webapi_request_fields
decorator now passes an additional keyword
argument,parsed_request_fields
, that contains a dictionary of all
the fields that were parsed out of the request's GET or POST
parameters.