<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,12 +7,70 @@ $api = new MrTweetApi ($apiKey);
 
 var_dump($api-&gt;isUser('arikfr'));
 echo &quot;\n&quot;;
+/*
+Response:
+object(stdClass)#2 (2) {
+  [&quot;status&quot;]=&gt;
+  string(7) &quot;success&quot;
+  [&quot;is_user&quot;]=&gt;
+  bool(true)
+}
+*/
 
 var_dump($api-&gt;getProfile('arikfr'));
 echo &quot;\n&quot;;
+/*
+Response:
+object(stdClass)#2 (2) {
+  [&quot;status&quot;]=&gt;
+  string(7) &quot;success&quot;
+  [&quot;profile&quot;]=&gt;
+  object(stdClass)#3 (4) {
+    [&quot;recommendations&quot;]=&gt;
+    int(0)
+    [&quot;conversation&quot;]=&gt;
+    float(0.785)
+    [&quot;links&quot;]=&gt;
+    float(0.13)
+    [&quot;frequency&quot;]=&gt;
+    float(10.8727)
+  }
+}
+*/
 
 var_dump($api-&gt;getRecommendations('topify'));
 echo &quot;\n&quot;;
+/*
+object(stdClass)#2 (2) {
+  [&quot;status&quot;]=&gt;
+  string(7) &quot;success&quot;
+  [&quot;recommendations&quot;]=&gt;
+  array(4) {
+    [0]=&gt;
+    object(stdClass)#3 (3) {
+      [&quot;date&quot;]=&gt;
+      string(25) &quot;2009-05-31T00:48:36-07:00&quot;
+      [&quot;text&quot;]=&gt;
+      string(59) &quot;A great tool to enhance your &quot;follow strategy&quot; productivity&quot;
+      [&quot;name&quot;]=&gt;
+      string(14) &quot;carmelventures&quot;
+    }
+    [1]=&gt;
+    object(stdClass)#4 (3) {
+      [&quot;date&quot;]=&gt;
+      string(25) &quot;2009-05-28T18:35:17-07:00&quot;
+      [&quot;text&quot;]=&gt;
+      string(114) &quot;@topify to get an invite for their service: 1 click to block or follow new followers from your notification emails&quot;
+      [&quot;name&quot;]=&gt;
+      string(11) &quot;djackmanson&quot;
+    }
+  }
+}
+*/
 
 var_dump($api-&gt;getSuggestions('topify'));
-echo &quot;\n&quot;;
\ No newline at end of file
+echo &quot;\n&quot;;
+
+/*
+Response: the suggestions method isn't available yet, therefore no example.
+*/
\ No newline at end of file</diff>
      <filename>MrTweetApiTest.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,9 @@
 PHP Wrapper for Mr.Tweet's V1 API
 API Doc: http://api.mrtweet.com/v1/docs
 
+It uses libcurl and requires PHP 5 &gt;= 5.2.0 for json_decode.
+Of course, you can rewrite to use other json decode funtions (or SimpleXMLElement for the XML response) and something different than libcurl.
+
+While it very straightforward, see MrTweetApiTest.php for example of usage.
+
 Used originally for Topify (http://topify.com/).
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b363151d4acd755114a4487297c7e0e3cb5a22ef</id>
    </parent>
  </parents>
  <author>
    <name>Arik Fraimovich</name>
    <email>arik@arikfr.com</email>
  </author>
  <url>http://github.com/arikfr/mrtweet-php/commit/71e7131586876ec84e6812b4749100919ddb11bd</url>
  <id>71e7131586876ec84e6812b4749100919ddb11bd</id>
  <committed-date>2009-06-02T11:23:50-07:00</committed-date>
  <authored-date>2009-06-02T11:23:50-07:00</authored-date>
  <message>Example usage + updated readme</message>
  <tree>3aeb8b1aaeeeee6cd675fffcbbd437cbf8efadd1</tree>
  <committer>
    <name>Arik Fraimovich</name>
    <email>arik@arikfr.com</email>
  </committer>
</commit>
