commit | 7c48d10d85916352563e4229c52bcd357563fb49 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Wed May 09 14:52:36 2018 -0500 |
committer | Matthew Barth <msbarth@linux.ibm.com> | Thu May 17 17:09:42 2018 +0000 |
tree | 112d5cdb4c158a50dfcd976688d2810c28ae62d3 | |
parent | 1061cba14167d88e9901e6ea50ae58854891ea8e [diff] |
Call method and return function Add a function that calls a method and returns the response message without checking for an error. Its up to the user of this function to check if response.is_method_error() exists and handle accordingly. Tested: Method is called and raw response is returned Change-Id: I6678a78d8cfb32d2d13dba7cb48719fd26eccebc Signed-off-by: Matthew Barth <msbarth@us.ibm.com>