Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Commit

Permalink
Revert "Merge branch 'feature/client-raw-response'"
Browse files Browse the repository at this point in the history
This reverts commit a01db74, reversing
changes made to 2456d35.
  • Loading branch information
Adam Griffiths committed Feb 5, 2016
1 parent 3727519 commit 98006fa
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/Rossedman/Teamwork/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 98006fa

Please sign in to comment.