commit | cd13f1eb6515258a4d91968e5e84f9d63fa71345 | [log] [tgz] |
---|---|---|
author | Jamie Lennox <jamielennox@gmail.com> | Mon Mar 06 19:30:33 2017 +1100 |
committer | Jesse Keating <omgjlk@us.ibm.com> | Tue May 30 14:53:45 2017 -0700 |
tree | a23ec4abf78446243e6b905a246656646bfda3ad | |
parent | 38661a138280d4ce40b3f6dacd7c43aa29613946 [diff] |
Decode JSON body once for requests Instead of doing a json_body decode in each method do it once so that we can correctly handle any problems. This will be needed to handle integration information in one place. Change-Id: Id136efc44d5eb2b0f87d2126743c54d21df32648 Signed-off-by: Jamie Lennox <jamielennox@gmail.com>