Updated library to return a MashapeResponse instead of raw response

This commit is contained in:
Evan Seguin
2012-08-09 17:09:55 -07:00
parent 9e63501237
commit 2cd0780c5b
4 changed files with 75 additions and 45 deletions

View File

@@ -25,5 +25,6 @@
*/
require_once(dirname(__FILE__) . "/http/HttpClient.php");
require_once(dirname(__FILE__) . "/http/MashapeResponse.php");
?>