how to get data from requests, but not from the URL
The following discussion from !1662 (merged) should be addressed:
-
@cbm755 started a discussion: This
dataseems to be what I want, but its an empty dict... so maybedata = request.query_paramsneeds to bedata = request.give_colin_what_he_wants...?
See other comments in the MR... A lot of our legacy GET/PUT/POST use this idea: how do we port them?
Edited by Colin Macdonald