This commit is contained in:
Travis Swientek 2013-08-20 11:11:39 -07:00
commit adeceab7ab

View File

@ -65,8 +65,8 @@ $mg->get("$domain/log", array('limit' => 25,
'skip' => 0); 'skip' => 0);
``` ```
Result Response
------ --------
The results, provided by the endpoint, are returned as an object, which you The results, provided by the endpoint, are returned as an object, which you
can traverse like an array. can traverse like an array.