isoTope Documentation: Request object
The Service array contains one entry per available service. The service name (or key) is used as the array index, and each array entry is a list of name value pairs which are configuration options for a service. An example:
$services["blog"] = array( "class" => "Blog", "title" => "Blog", "store" => "File", "storeDir" => "C:/www/phpAtomApi/store/blog/", );
Typical configuration options are the service title, the service handler object, the storage handler and any configuration options required by the handler.
Configuration Options
class
The class to be used as the ServiceHandler.
title
The title of the service.
store
The name of the storage class to get, save or update the content.