API
DF_API_ROUTE_PREFIX
: By default, API calls take the form of http://<server_name>/<api_route_prefix>/v<version_number> DF_STATUS_ROUTE_PREFIX
: By default, API calls take the form of http://<server_name>/[<status_route_prefix>/]status DF_STORAGE_ROUTE_PREFIX
: By default, API calls take the form of http://<server_name>/[<storage_route_prefix>/]<storage_service_name>/<file_path> DF_XML_ROOT
: XML root tag for HTTP responses DF_ALWAYS_WRAP_RESOURCES
: Most API calls return a resource array or a single resource, if array, do we wrap it? DF_RESOURCE_WRAPPER
: Most API calls return a resource array or a single resource, if array, what do we wrap it with? DF_CONTENT_TYPE
: Default content-type of response when accepts header is missing or empty