PHP Classes

File: apibuilder/apidoc/doc.template.php

Recommend this page to a friend!
  Classes of Rodolfo Pereira Romano   PHP API Server Builder   apibuilder/apidoc/doc.template.php   Download  
File: apibuilder/apidoc/doc.template.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: PHP API Server Builder
Build a REST server API from custom classes
Author: By
Last change:
Date: 10 years ago
Size: 608 bytes
 

Contents

Class file image Download
<?php

?>
<div>Home -> Documentation</div>
<h1>REST API Resources</h1>
<h2>Timelines</h2>
<p>Timelines are collections of Tweets, ordered with the most recent first.</p>
<table>
    <tr>
        <td>Resource</td>
        <td>Description</td>
    </tr>
    <tr>
        <td>GET statuses/home_timeline</td>
        <td>Returns the most recent statuses, including retweets if they exist, posted by the authenticating user and the users they follow. This is the same timeline seen by a user when they login to twitter.com. This method is identical to statuses/friends_timeline, except that this method always includes...</td>
    </tr>
</table>