API Root

The URLs for methods referred to in this API documentation are relative to the StatusNet API root. The API root is determined by the site's server and path variables, which are generally specified in config.php. For example:

    $config['site']['server'] = 'example.org';
    $config['site']['path'] = 'statusnet'

The pattern for a site's API root is: protocol://server/path/api E.g:

http://example.org/statusnet/api

The path can be empty. In that case the API root would simply be:

http://example.org/api


Generated on Fri Apr 23 15:42:51 2010 for StatusNet REST API by  doxygen 1.5.8