diff --git a/src/Context/WebApiContext.php b/src/Context/WebApiContext.php index f21b24b..4260233 100644 --- a/src/Context/WebApiContext.php +++ b/src/Context/WebApiContext.php @@ -379,4 +379,9 @@ private function getClient() return $this->client; } + + public function getResponse() + { + return $this->response; + } }