From 98006fa436c14742431a43e653a8d471a46cba52 Mon Sep 17 00:00:00 2001 From: Adam Griffiths Date: Fri, 5 Feb 2016 12:52:15 +0000 Subject: [PATCH] Revert "Merge branch 'feature/client-raw-response'" This reverts commit a01db74c4a5f32a83ad6655d3ab6c8b4807122c9, reversing changes made to 2456d358f8a6b93755243642e3c588d2c36fbc79. --- src/Rossedman/Teamwork/Client.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/Rossedman/Teamwork/Client.php b/src/Rossedman/Teamwork/Client.php index 2f5fe01..72a95e3 100644 --- a/src/Rossedman/Teamwork/Client.php +++ b/src/Rossedman/Teamwork/Client.php @@ -159,20 +159,6 @@ public function response() return $this->response->json(); } - /** - * Raw Response - * - * this send the request from the built response and - * returns the response as it comes - * Useful if you want to grab any of the headers - */ - public function rawResponse() - { - $this->response = $this->client->send($this->request); - - return $this->response; - } - /** * Build Url *